grantful 3 Posted August 10, 2023 I have a local drink list in a local file . ( drinks.json) does anyone know how i can load it into a fdmemtable or something to work with the jasonfile ? I was trying to rightclick on the memtable and load from file but i get an error even if i use delphis sample json files. has anyone else had a similar problem with the memtable Thanks for any help. Share this post Link to post
Lars Fosdal 1792 Posted August 10, 2023 You need to load the JSON structures in memory, and then feed them row by row to your memtable. Here is an example: https://stackoverflow.com/questions/55766112/importing-json-into-tfdmemtable Share this post Link to post
grantful 3 Posted August 10, 2023 Hey thanks for the help. I will look into this. Share this post Link to post