Relative Content

Tag Archive for csvbatch-filebatch-processing

separated all rows in csv files with batch script

I want to execute csv files result from joined each file inside one folder with batch script. Before I try with nested loop and show all rows, it’s work. But I want to add some logic to process all rows with adjust each header/column when loops is processing. This is how I show all rows with nested loop and joined each csv files:

execute all rows in csv files with batch script

I want to execute csv files result from joined each file inside one folder with batch script. Before I try with nested loop and show all rows, it’s work. But I want to add some logic to process all rows with adjust each header/column when loops is processing. This is how I show all rows with nested loop and joined each csv files: