Closed ianmilligan1 closed 6 years ago
It should be fairly easy to copy the Id label to "Label" instead. A better solution is if the labels are already present in our aut output though. That said, we should be able to check for an Id string column and output.
This was an interfacing to aut thing, but has been resolved.
🎉 it's working, and
--file
is now loading in our custom data.The only thing I'd flag is that it currently creates an
Id
(upper case) column with the node identifiers and then anid
(lower case) column with the unique node names. Any way to make that easier to follow?Screenshot example:
Right now to make it work you need to copy the label data from
id
- somewhat challenging to know the exact column to select as they're so close. 😄