Rajna
(Rajeswari)
February 22, 2024, 3:06am
1
Hi All,
I am having a text file with below values
Codes 01052 01250 18050 08060
PP 11232 12093 19193 18422
and trying to convert it to datatable using generate datatable activity after replacing space with “:” as delimiter, gives all values in single column rather five columns.
Please need your suggestion
Anil_G
(Anil Gorthi)
February 22, 2024, 3:10am
2
@Rajna
Did you use column delimiter as :
in the generate datatable…looks like you did not
Cheers
vrdabberu
(Varunraj Dabberu)
February 22, 2024, 3:22am
4
Hi @Rajna
→ Read Text File
Output-> str_Text
→ Generate DataTable from Text
Open the wizard and give the below specifications:
Output-> Dt_Result
→ Write Range Workbook
Dt_Result
. Do not enable Add Headers Option
Try this. This will work.
Main.xaml (11.9 KB)
Regards
system
(system)
Closed
February 25, 2024, 3:23am
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.