-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I have tested the sample files from this link and they worked.
https://www.geistinteractive.com/2018/03/13/filemaker-json-parsing-generator/.
I then downloaded the file from github to try the latest version.
However, when I tried testing Create and Map fields with the json from a different api, the script would not create the fields in a brand new file. No errors displayed. The fields were not created.
The security settings in the new file are using the same as the Generator file, Admin with no password.
Here is the API I used.
https://www.bankofcanada.ca/valet/observations/FXUSDCAD/JSON?start_date=2021-10-01&end_date=2021-11-04&order_dir=desc
I am using FileMaker 19.3.2 on windows 10.
Does the SQL command "ALTER table" not work consistently in FMP 19?
I tried creating a simple script in the new file to use the same script steps from the script, Copy Over, in the generator file, which creates the fields. I imported the custom functions from Generator and made sure the latest version of the Base Elements plugin were installed.
However this did not work either.
Is the ALTER command broken in FMP 19.3.2 on Windows or am I missing something else?
