CSVGenerator can manipulate txt file to export in csv format. Gived a txt file with many lines, tool can merge number of row in one row with custom separate char:
Mandatory param: -input: path to txt file -output: path output file -eR: number of element in row -c: char delimitator
The output file contains in a any row "-eR" row from inputfile separate wich char delimitator passed.