ld13
Honorary Master
Our business software kicks out .CSV data that we (read: I) then manually manipulate and prime in the format that can be imported into our accounting software. This is repetitive work and I would like to find out if there is a better way of doing this, short of making an autohotkey/macro script?
First I compare the previous data set with the latest one to only work with the new data lines. Will probably look for a diff tool of sorts.
Then I manipulate the remaining data into the order required, e.g. column B,A,Z,E and dump the remaining data.
Any tips?
First I compare the previous data set with the latest one to only work with the new data lines. Will probably look for a diff tool of sorts.
Then I manipulate the remaining data into the order required, e.g. column B,A,Z,E and dump the remaining data.
Any tips?