Forum Discussion
jaryszek
4 years agoSuper User
Retrive headers only from CSVs in folder
hi Guys, i have files in csv in folder and want to get only headers for them. In transform sample file i did example for csv where rows are null and i have only headers: I created ...
- 4 years ago
Keep it as List only. I believe you created list by following formula in sample file
=Record.ToList(_)
After this, delete all columns from your sample file except last one.
Now, you will have this result in your combined file
When you click double arrow then, you get option for Expand to new rows and you will get following result
jaryszek
4 years agoSuper User
Thank you Vijay_A_Verma It worked.
What doest it mean "_" within "(_)" ?
Can you please explain?
Best,
Jacek
Vijay_A_Verma
4 years agoMost Valuable Professional
_ means current row.