We have started working with a client that submits their sales to us in a csv, data is shit so needs cleaning and rearranging before we can import it into our app.
The data contains an EAN13 barcode as one of the columns, obviously this is shown by excel as out of range, which can of course be easily rectified by convert to number, but in practice operators are messing this part up and saving csvs with barcode values of "5.0567E+12" etc
All I need is a simple editor that can represent the csv as rows and columns, no calcs or fancy formatting needed, anything come to mind?