From a website I receive contact data and booking information from customers in a csv file. This file has 18 fields. To keep overview of customers and bookings I use a 3rd party software where I can import data from a csv in a specific field order and with more fields.
I need a tool / automated process to change my emaild csv in the following way:
import file : export file
field1 : field3
field2 : field6
field3 : field4
field4 : field18
field5 : field9
(these are example values)