hi experts,
i am new to uipath
how to convert normal excel file to csv file and if there is no headers in normal file it should not print anything if there is headers it should print only the headers and it should be done with uipath studio
. For example i will send the screenshot for your reference
I would suggest you to perform a Debug and check the Datatable value after Read Range Activity. This way we can understand if there is a blank column in Datatable.
Also, Is there an Absolute need for a Blank Column to Exist with Other Columns or can we remove the blank columns ?
@sunil.kumar.s.v ,Please try don’t keep “Add Headers” in both Read Range Activity and Write CSV Activity.
Or don’t keep “Include Headers” in Write CSV Activity.