transr 0.2.5

A Cli to update xml tag content from csv content
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
    <help>original data!</help>
    <label></label>
    <name>Target_Customer_Type__c</name>
    <picklistValues>
        <masterLabel>BtoB</masterLabel>
        <translation>BtoB</translation>
    </picklistValues>
    <picklistValues>
        <masterLabel>BtoC</masterLabel>
        <translation>BtoC</translation>
    </picklistValues>
    <picklistValues>
        <masterLabel>Molempia</masterLabel>
        <translation>Both</translation>
    </picklistValues>
</CustomFieldTranslation>