Home › Forums › kdb+ › Capstone 2 1.7 Fail missmatch type error › Reply To: Capstone 2 1.7 Fail missmatch type error
-
Hi Nayan,
This is an example format of how you should load in a CSV file:
t:("SFI";enlist",") 0: `$csvPath
- No spaces between the column types
- The use of ‘enlist’ which is the delimiter used to return the CSV as a table
Use this format to adjust your answer accordingly. If you have any further questions, please let me know 🙂
Thanks,
Megan