You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can lead to a subtle error. If your CSV file's header line has spaces after the commas:
_key, _from, _to
then Arango will not recognize _from and _to as the proper edge table headers. Since this is generally not what a user intends, we should warn about cases like this.
Similar argument for spaces in the actual data rows.
The text was updated successfully, but these errors were encountered:
This can lead to a subtle error. If your CSV file's header line has spaces after the commas:
then Arango will not recognize
_from
and_to
as the proper edge table headers. Since this is generally not what a user intends, we should warn about cases like this.Similar argument for spaces in the actual data rows.
The text was updated successfully, but these errors were encountered: