redaing values from csv file when the value is alpha numeric it produce null value
I'm trying to read values from csv file the column has different values when it gets to alpha numeric it reads null.
content of csv file:
Tracer
9150080274
81517690080130
9150080530
81517690080198
9150080512
81517690080211
9150080761
81517690080400
50083AB6691SYS
50083AB6781SYS
output with Log.Message:
Type Message Time Priority Has Picture Link
9150080274 15:48:55 Normal
81517690080130 15:48:55 Normal
9150080530 15:48:55 Normal
81517690080198 15:48:55 Normal
9150080512 15:48:55 Normal
81517690080211 15:48:56 Normal
9150080761 15:48:56 Normal
81517690080400 15:48:56 Normal
15:48:56 Normal
15:48:56 Normal
The menu item 'File|Exit' was clicked. 15:48:56 Normal
The CSV text driver has determined that the column contains numbers. See this forum post and this manual page (Using CSV Files as Data Storages) for a possible workaround involving a Schema.ini file.