Reading CSV when column having numeric and alphanumeric values
- by Sudhakar
Hi,
In CSV file, Column is having some times numeric values and some times alphanumeric values.
when try to read the CSV files to DATASET, alphanumeric values is showing as null(Blank).
How to see alphanumeric values?
Thanks