We have a system that creates files that are imported into Oracle. The files have the naming convention...
Filename.0000
... where the numbers are incremented with each export. So one file might be filename.4357 and the next file will be filename.4358 and so on.
Ive managed to import the file into a spreadsheet as a comma delimited file where I then carry out some cleansing of the file using VBA.
I then want to save the file back to this unusual type .0000 but I can only seem to save it as Excel, CSV, TXT, PDF etc.
Does anyone have any ideas ? Thank you in advance.
Filename.0000
... where the numbers are incremented with each export. So one file might be filename.4357 and the next file will be filename.4358 and so on.
Ive managed to import the file into a spreadsheet as a comma delimited file where I then carry out some cleansing of the file using VBA.
I then want to save the file back to this unusual type .0000 but I can only seem to save it as Excel, CSV, TXT, PDF etc.
Does anyone have any ideas ? Thank you in advance.