Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import external file with a simpler data structure #116

Open
pviti opened this issue Sep 10, 2024 · 1 comment
Open

Import external file with a simpler data structure #116

pviti opened this issue Sep 10, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@pviti
Copy link
Member

pviti commented Sep 10, 2024

Is your feature request related to a problem? Please describe

No response

Describe the solution you'd like

The plugin expects to read a file like:
{ "data": { "type": "", "id": "", "attributes: {} } }
It would be useful to handle data structures like { "data": { "attributes": {}}} or "data": { "attributes": {}} or { "attributes": {}}

Describe alternatives you've considered

No response

Are you able to assist to bring the feature to reality?

yes, I can

Additional context

No response

@pviti pviti added the enhancement New feature or request label Sep 10, 2024
@pviti pviti self-assigned this Sep 10, 2024
@pviti
Copy link
Member Author

pviti commented Sep 11, 2024

Check also type and id consistency if present inside the input file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant