Closed BGermonpre closed 6 years ago
Hi Benoit,
Indeed, it seems that the connection works. Your problem seems specific to the output format with all columns.
I'm not able to reproduce. Can you please share the following information?
As a workaround, you can use the JSON output format and then use a prepare recipe to parse the JSON.
Thanks for the quick reply.
Can you upgrade to 5.0.1 or 5.0.2? I know that a bug around plugin datasets was fixed. It might help.
Thanks for the info! I will use your workaround solution for now. It seems very easy and I'm only testing some functionality for now, so it will be sufficient.
I'm not able to create a dataset from the Salesforce plugin when I choose the option "Readable with columns". More precisely, I cannot build the schema.
Error message: Test failed: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NULL at line 1 column 16 path $.schema, caused by: IllegalStateException: Expected BEGIN_OBJECT but was NULL at line 1 column 16 path $.schema
I can see the data in preview and it also works when I select "JSON" as the format, so I assume my connection has been set up correctly.
Anyone knows how to troubleshoot this? @jereze?
Thanks!