You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @robbiecarroll. Let's get started on thinking about Javascript figures in WordPress. First step in that journey? Getting the data files into WordPress. The data uploader will take the place of the following placeholder in the Figures form:
The data format of the incoming file should be csv with a header row.
In your process, you should convert the uploaded csv file to a json file.
That json file should be saved in the following location: wp-content/data/instance-slug/file-name.json
Delete the original uploaded csv file when the json file is in place.
The text was updated successfully, but these errors were encountered:
Hey @robbiecarroll. Let's get started on thinking about Javascript figures in WordPress. First step in that journey? Getting the data files into WordPress. The data uploader will take the place of the following placeholder in the Figures form:
The text was updated successfully, but these errors were encountered: