How to import CSV with many to many relation in react-admin
I want to import a csv with entries that are not in the table but reference to another table. I am able to import the rows for the main table with ImportConfig
-> transformedRows
from the react-admin-import-csv
package. But how to write the many to many references to their according tables? Maybe with postCommitCallback
from the package? I need help! Any Ideas? Thx