Hi All
How to achive headers or any logic using append range.Im looping thru a lot of csv file and save the value of csv in Excel file and Add the Headers.
Thanks.
Hi All
How to achive headers or any logic using append range.Im looping thru a lot of csv file and save the value of csv in Excel file and Add the Headers.
Thanks.
Can you elaborate a bit please @pattyricarte?
You want to fill a particular range with some logic?
Hi @HareeshMR
If i where to use write range the value is overwriten but it has a header .Because i loop thru a lot of csv file and save it to excel.But if i use Append range it totally works but with out a header !
cheers
Happy learning
So, if all your CSV files have the same headers and if they are in the same columns, then read the first CSV with headers and remaining all , uncheck the headers @pattyricarte
But Iām still confused with your explanation above
hi @HareeshMR
Scenario:
1.First read all the csv file in a desired File Path.
2.After reading csv file i need to write it on excel file.
Note: If i use read range theres no option in putting the headers. But if i use Write range there has an option in putting some headers but if i use the Write Range it will over writen the value. Hope this make sense now.
Thanks
Yeah @pattyricarte
Thank you for the patience
As you are reading a CSV file, you can have IncludeColumnNames check box to include column names or just the data. So, what Iām trying to say is
You can do it in another way also @pattyricarte
Hope Iām clear now
Thanks @HareeshMR it really helps
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.