Producing a .tab File from a DataTable

Does anybody know how to output a .tab file (tab delimited) from a DataTable variable in UiPath Studio?

I know you can use “Write CSV” and select “Tab” as the delimiter, but this does not produce a .tab file.

Thanks

Hello @jpreziuso,

You can specify the file name as YourFileName.tab instead of YourFileName.csv. Write CSV gives you the flexibility to choose the extension of the file.

image

Hope that helps ! Kudos :slight_smile:

Regards,
Nithin

1 Like

I did try this and it produced a .tab file but I was unable to open it. That might be a more personal issue though. Thanks for the help

1 Like