Need to find values with 6 digits or less in a column and move them into a new, added, column in CSV file using batch script
I have a csv file with data in 8 columns. In column 2 it is a number and I want to move that number to a new column in position 3 if the value on the post is six digits or less (below 1000000).
Is there anyone that could come with some suggestion how to solve this with a batch command?