Split file into separate files based on data: file is having data in the form of table data where 1 line in file represents 1 row and each column is separated by delimiter (|). Split data into files having specific column value. Thanks in advance!
Split file into separate files based on data: file is having data in the form of table data where 1 line in file represents 1 row and each column is separated by delimiter (|). Split data into files having specific column value. Thanks in advance!