Set Column Data Type for JSON Panda Split
I am using JSL to import a JSON file using a Panda Split format. When I do this, all columns are imported as Character, when in practice they should be a combination of Character and Numeric. I can write a JSL script convert each to Numeric, but this will also convert the Character columns (and delete their data). Using JSL, can I detect if a Data Type should be Character or Numeric and convert ...