I have an issue that I hope is child's play for someone with more experience coding than I have.
I have an Assets.xlsx file that is actually a comma delimited file; all the data is contained within the A1 cell.
I need to be able to append the input file's data into a table that I have defined the fields as Field01, Field02, Field03, ...through Field10.
The fifth field looks to be a number field that has 4 decimal places. However, the field starts with a "+" sign which may qualify the data as a text field instead. The remainder of the delimited fields are text.
Below is an example of the data as it is in cell A1 of the spreadsheet:
00638909232,"CB FOR WASATCH EM SM CAP CIT ","B018BZ4 ","MINOR INTERNATIONAL PCL- /THB/",+0000000920000.0000,"THB ","USD "
Can someone provide code that would allow me to either link the data and append it into my existing table or import the data from the file directly into the existing table?
Any assistance would be GREATLY appreciated!!
Thanks in advance for your time and efforts.
Chip
I have an Assets.xlsx file that is actually a comma delimited file; all the data is contained within the A1 cell.
I need to be able to append the input file's data into a table that I have defined the fields as Field01, Field02, Field03, ...through Field10.
The fifth field looks to be a number field that has 4 decimal places. However, the field starts with a "+" sign which may qualify the data as a text field instead. The remainder of the delimited fields are text.
Below is an example of the data as it is in cell A1 of the spreadsheet:
00638909232,"CB FOR WASATCH EM SM CAP CIT ","B018BZ4 ","MINOR INTERNATIONAL PCL- /THB/",+0000000920000.0000,"THB ","USD "
Can someone provide code that would allow me to either link the data and append it into my existing table or import the data from the file directly into the existing table?
Any assistance would be GREATLY appreciated!!
Thanks in advance for your time and efforts.
Chip