Excited to deep dive into MS Access.
Need help creating a schema.ini
My data in Subset.csv is as follows:
Master,Account,Amount,Agent
3217300000000,3217300000000,5855.23,Agent/BLS
318N100106106,318N100106106,200,Agent/BLS
8310010000000,8310010000000,659.97,MNS
schema.ini
[Subset.csv]
ColNameHeader=True
MaxScanRows=0
CharacterSet=ANSI
Format=CSVDelimited
Col1=Master Text
Col2=Account Text
Col3=Amount Double
Col4=Agent Text
The result on my first 3 columns are numbers instead of having the first 2 columns to be short text.
Need help creating a schema.ini
My data in Subset.csv is as follows:
Master,Account,Amount,Agent
3217300000000,3217300000000,5855.23,Agent/BLS
318N100106106,318N100106106,200,Agent/BLS
8310010000000,8310010000000,659.97,MNS
schema.ini
[Subset.csv]
ColNameHeader=True
MaxScanRows=0
CharacterSet=ANSI
Format=CSVDelimited
Col1=Master Text
Col2=Account Text
Col3=Amount Double
Col4=Agent Text
The result on my first 3 columns are numbers instead of having the first 2 columns to be short text.