-
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 calledmessages
. The csv is stored in theFP.Data
module. Theexch_message
column should be read in as a string, and thetrade_id
column should be consistent with thetrade
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.
Log in to reply.