Custom import from csv to dolibarr DB table (ie ticket batch import)

Hello all,

Is it possible to have a cvs file (a list of “tickets” and their details) imported to ticket module? It seems it can’t be done using import module.

Thank you!
Pablo

I had to write a custom import from CSV and followed this tutorial: https://wiki.dolibarr.org/index.php?title=Importing_customers_automatically

You will obviously need to update the code to reflect tickets and the required fields.

Let me know if this helps with your import.

1 Like