Read CSV reads empty

Hey everyone,

I have a csv file which I read by using read csv, as the delimeter I selected semicolon.

The problem is I read the csv and try to append it to an excel document but It appends empty because when i read it, it reads and outputs an empty datatable which is not true.

Any suggestions?

@jntrk

Can you share a sample test csv file?

so that we can get to know the issue

Thanks

test.zip (390 Bytes)

here it is

@jntrk

I am able to get the result with out any issue, Check below

Check whether the datatable variable is having duplicates

Check you are passing the variables correctly

Hope this helps you

Thanks

I used outputdt activity to double check like you did.

Mine gives an empty string. I have the same attributes on the read csv like you do, I dont know what the problem is