Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export to Thebeau Matlab file column label string incorrect #53

Open
ajr08001 opened this issue Mar 27, 2024 · 1 comment
Open

Export to Thebeau Matlab file column label string incorrect #53

ajr08001 opened this issue Mar 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ajr08001
Copy link

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

@ajcarney
Copy link
Owner

Thanks for letting me know. This looks like a pretty minor issue and I should be able to get an update pushed within a few days.

The correct behavior will be to write 'Rule 2' instead of the whole 'StringProperty [value: Rule 2]' so that the names can be used correctly by Matlab

@ajcarney ajcarney added the bug Something isn't working label Mar 27, 2024
@ajcarney ajcarney mentioned this issue Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants