cancel
Showing results for 
Search instead for 
Did you mean: 

B1if: Leading spaces in CSV export

anthony_mendes3
Participant
0 Kudos

Hi Experts,

Need some assistance.

Using SAP B1if Integration

Trying to export a string data with CSV format

Would want to keep the leading blank spaces in the export.

any guidance will be helpful

0 Kudos

If you want to store a csv file in a B1if flow, you prepare the file before in an transformation. You have to follow the csv xml representation of B1if.

<bfa:io><bfa:row><bfa:col>aaaa</bfa:col><bfa:col> bbbb</bfa:col></bfa:row></bfa:io>

This xml e.g. will lead to the following csv file in the file system

aaaa, bbbb

Accepted Solutions (0)

Answers (0)