I want to import some express data objects from a CSV file. Before I start writing code I would like to know how to invoke this code. Can I add it to the dashboard somehow?
Many thanks
I want to import some express data objects from a CSV file. Before I start writing code I would like to know how to invoke this code. Can I add it to the dashboard somehow?
Many thanks
Do you need to run this code just once,? If so, you can create a PHP file and execute it by using the c5:exec CLI command.
If instead you would like to use it more times via a web interface you can create a single page under the /dashboard path
Thank you very much for your suggestions. I’ll have a go with the CLI approach to see if I can get something going.