Convert CSV File To Excel File "Delimiter problem"

I have CSV file " Below Snapshot" I need to convert it to excel . I tried Csv To Excel activity but based on Delimiter which is “,” also spilt some value in credit and Balance because value contain " , " .

I tried to reach Debit and Balance data to change format before convert it to excel but unfortunately i can’t.

Could anyone help me please? Thanks

Hi,

Which activity do you use? Is “Csv To Excel activity” custom activity?

Did you already try ReadCSV activity and WriteRange activity?

Regards,

Yes I tried Csv To Excel activity, ReadCSV activity and WriteRange activity.

Hi,

Can you share your csv data as file? it’s no problem if dummy data.

Regards,

File.zip (340 Bytes)

Hi,

Thank you for sharing.
The following sample is parse csv then write it to excel. it seems to work correctly. Isn’t it what you expect? If not, can you share your expected output?

img20220112-7

Sample20220112-3.zip (2.5 KB)

Regards,

Thanks!

But You write all data in " A1 " I need to be like a table to reach specific column.

Such as :
In the below pic first I skip the first 6 Rows then Use for each activity to print Debit data.

Hi,

Can you try to re-read from “A7” as the following?

img20220112-a1

Regards,

Hi

Also not read Credit Colum

Hi,

It’s because your column name in original data has extra space as the following.

img20220112-a1

So you need to access the column like "Debit " or "Credit ".

Regards,

Thanks !!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.