Fundamental Capstone project ex 1.7

https://learninghub.kx.com/forums/topic/fundamental-capstone-project-ex-1-7

I’m struggling with ex 1.7 I’m not really sure how to load in the message.csv file and find the meta of it cause meta csvPath doesn’t work

Use the table importer in the KX developer.

Hi @Jake

There are two options you can use to load in your messages.csv file:

1. Use the Table Importer that's located under Tools -> Table Importer (Screenshot provided)

2. Load the data from the csv into a kdb+/q table using this example from the 'Working with Files' section of the KDB Developer Level 2 course (Screenshot provided)

Hope this helps!

Megan