https://learninghub.kx.com/forums/topic/capstone-project-1-7
Hello,
In the capstone project exercise 1.7, there is question
Using the Tables Importer (or otherwise) load into the current process the message.csv
file and store in a table called messages
. The csv is stored in the FP.Data
module. The exch_message
column should be read in as a string, and the trade_id
column should be consistent with the trade
table column of the same name.
While using the table importer to import the csv file I'm getting the below error and not able import that csv file.
Error 'Failed to read table schema for source: length'
Please help me to resolve this isuue.