I'm using LOAD CSV to load and merge nodes but all the string properties have leading and trailing double quotes added during loading. The source looks like:
Code,DisplayName,Grouping,Classification,Specialization,EffectiveDate,LastModifiedDate,Section
193200000X,Multi-Specialty Group,Group,Multi-Specialty,,10/1/2003,,Individual
193400000X,Single Specialty Group,Group,Single Specialty,,10/1/2003,,Individual
But all of the node properties become "193200000X".
Any idea how to fix this?
Thanks!
Doesn't that make sense, since the property must be a string since it ends with 'X', a character?
Thanks for response, and yes the property is a string. After looking at it further, it looks like Neo made a change to how the browser displays string data in Graph rendering when they moved to the new version of Aura. Sigh, why most developers loathe version changes.
I've been moving an existing graph into a new instance on Aura and it looks like there was a change in how the browser renders strings in the display of nodes. Below is snip of old|new with both Graph and Table view of data.
The left side is new version of Aura and right side is old. In the old version, Graph rendering did not include double quotes.
With the new version of the browser, Graph rendering of results includes double quotes for all strings.
Hopefully there is some setting to change this back to rendering wout the double quotes? It's mostly just annoying.
1 Like