Hi,did you try the right node ip for the cloud
plugin:https://docs.exasol.com/administration/aws/plugin/cloud_ui_plugin.htmIt
should be the one of the management node.Also make sure the port is
accessible.
Hi @max, here the solution, are you looking for this? create table tj(x
varchar(2000000)); import into tj from local CSV file
'C:\Users\fs\Desktop\custom.geo.json' column separator = '0x01' column
delimiter = '0x02'; select JSON_EXTRACT(x,
'$.feature...
Hi Max,your error message is part of this documentation:
https://docs.exasol.com/sql_references/functions/json_error_handling.htm
Maybe that gives you a hint how to improve the query for the json path
expression?I can reproduce it in my environment. ...
Hi Miguel,have a look
here:https://docs.exasol.com/connect_exasol/drivers/odbc/using_odbc.htmThe
section "Best Practices" "Reading big data volumes" should help.If not,
let me know!