Hello,
I have searched but cannot find.
I have been creating an Access DB to process data contained in 20 exteranal spreadsheets. The format of the sheets is the same.
I have gotten everything into one table OK using a loop and TransferSpreadsheet.
I've done some processing on it using action queries and , and exported it as one single merged CSV file OK using TransferText. This text file will be imported into a seperate Ingres database.
I have three issues;
1) The exported CSV contained "" around the values, which I do not want, I cannot find any way using this method to stop this?
I can replace in the text editor to remove it, but is there a way of stopping it happen?
2) Sometimes the XLS files contain commas in the middle of one of the fields. This does not present a problem until it's exported to CSV, and when I import to the other DB it thinks there's ane excess field.
Is there an easy way or removing any commas from all the table's string fields before export? All the fields in the table containing the data are strings.
Thanks for any advise.
I have searched but cannot find.
I have been creating an Access DB to process data contained in 20 exteranal spreadsheets. The format of the sheets is the same.
I have gotten everything into one table OK using a loop and TransferSpreadsheet.
I've done some processing on it using action queries and , and exported it as one single merged CSV file OK using TransferText. This text file will be imported into a seperate Ingres database.
I have three issues;
1) The exported CSV contained "" around the values, which I do not want, I cannot find any way using this method to stop this?
I can replace in the text editor to remove it, but is there a way of stopping it happen?
2) Sometimes the XLS files contain commas in the middle of one of the fields. This does not present a problem until it's exported to CSV, and when I import to the other DB it thinks there's ane excess field.
Is there an easy way or removing any commas from all the table's string fields before export? All the fields in the table containing the data are strings.
Thanks for any advise.