- πΊπΈUnited States markdorison
Please reopen with a merge request against 4.x if this issue is still relevant.
I am trying to import a csv file with data into drupal to create several nodes of same content type, so:
Using RESTful Web Services, RestUI and CSV Serialization, I create a rest resource content with route "/node/{node}"and description: "GET/POST, authentication: cookie, formats: csv" and now I suppose that I have to make a POST request as is explaned here https://www.drupal.org/documentation/modules/rest/post β
Is there any code example for making a POST including a csv file?
Closed: outdated
1.0
Documentation
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Please reopen with a merge request against 4.x if this issue is still relevant.