issues
search
Zendro-dev
/
graphql-server
Skeleton NodeJS project for a graphQL server.
GNU General Public License v3.0
0
stars
1
forks
source link
fix: array field import export
#68
Closed
coeit
closed
3 years ago
coeit
commented
3 years ago
Summary
This PR fixes data import and export for Array field type attributes
Changes
fix: add preWritecast to parseCsvstream after validating the record (row)
fix: export arrayfields as a semicolon separated string
fix: export empty array fields as NULL
Summary
This PR fixes data import and export for Array field type attributes
Changes