The internet vaguely says that this is possible. I need this feature to export translation values from a custom object and then import this back into Salesforce using translation workbench. Translation workbench accepts:
- Field delimiter: Tab
- Character delimiter: None
How can we achieve a tab delimited data export from a custom object using Apex Data Loader?
Attribution to: Shumon Saha
Possible Suggestion/Solution #1
Try Jitterbit Dataloader
In the Jitterbit Dataloader , you can create a FileFormat for both Source and Target side. In the FileFormat , you can specify the delimiter to be Comma(,), Pipe(|), Tab(\t) etc as per your requirement.
Attribution to: Phani
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/30082