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
Here is an example of an item label in the export file:
DSMLABEL{1,1} = 'StringProperty [value: Rule 2]';
Upon import, the entire string 'StringProperty [value: Rule 2]' becomes the new label when it was originally 'Rule 2'. Modifying the export file to be written like
DSMLABEL{1,1} = StringProperty [value: 'Rule 2'];
retains the original column labels.
Note the attached file was changed as Git does not support .m files. Export2.txt
The text was updated successfully, but these errors were encountered:
Here is an example of an item label in the export file:
DSMLABEL{1,1} = 'StringProperty [value: Rule 2]';
Upon import, the entire string 'StringProperty [value: Rule 2]' becomes the new label when it was originally 'Rule 2'. Modifying the export file to be written like
DSMLABEL{1,1} = StringProperty [value: 'Rule 2'];
retains the original column labels.
Note the attached file was changed as Git does not support .m files.
Export2.txt
The text was updated successfully, but these errors were encountered: