You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did managed to get around the wildcard (*) argument list too long issue by using ls | grep csv for my customized code. But when I do this for csvstack I only get filenames in a row. This is the code I am using:
ls | grep csv | csvstack --filenames > ./merged.csv
Yeah, --filenames is to "Use the filename of each input file as its grouping value. When specified, -g will be ignored.". There isn't yet any option for providing filenames via stdin.
I try to implement csvstack for 160K files csvstack --filenames *.csv > ./merged.csv and I get argument list too long error.
Anyone managed to solve this?
The text was updated successfully, but these errors were encountered: