vineelag
(vineetha)
September 14, 2023, 2:31am
1
Hi al!!!
For each transection i got new csv file which contains single row and need to add the data as a single row in another excel as a input
you can see below
csv file
need to add like below for each transection
please kindly let me know.
thank you!!!
Hi @vineelag ,
I understand is you have many csv files
and all of them have only 1 row
you need add all of them to 1 file
that’s right?
you can try add data row
or write data 1 row with index,
with original data last index+1
can you share file? I will test my process with your file
regards,
vineelag
(vineetha)
September 14, 2023, 2:36am
3
CAN SHARE WITH ME THE XAML PLEASE FOR THIS
can you share your file, or wait me create sample file like your image?
postwick
(Paul Ostwick)
September 14, 2023, 2:42am
5
For each CSV file just Read CSV into a datatable then use Append Range to write to Excel.
Hi @vineelag ,
My input
list file
folder CSV
have 3 files sample
my output
my file
Sequence.xaml (12.4 KB)
hope it help
vineelag
(vineetha)
September 14, 2023, 5:24am
7
@Nguyen_Van_Luong1 thank you but its showing like this error unable to open that sequence
@vineelag Please use Append range for each transaction after reading CSV.
1 Like
Forum_Common.zip (33.5 KB)
You can try with zip file?
in sequence.xmal
1 Like
system
(system)
Closed
September 17, 2023, 5:46am
10
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.