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
Currently, the DataLab Import Wizard expects signal data in .txt and .csv files to be in floating-point format. However, users do have signal data files where values are stored as integers. When attempting to import these files, the wizard fails.
Expected behavior
The import wizard should be able to read .txt and .csv files containing integer values. The preview and plotting functionalities should work seamlessly with integer data.