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

import csv isn't working well #30

Open
rlee26 opened this issue Mar 30, 2023 · 3 comments
Open

import csv isn't working well #30

rlee26 opened this issue Mar 30, 2023 · 3 comments

Comments

@rlee26
Copy link

rlee26 commented Mar 30, 2023

Hey,

The new troll import option works great! However, I have some csv files that I'm processing. When I click import data, nothing seems to happen and the little popup doesn't popup either. It works with some wells but not others. I'll try to see if I can figure out what is different between the different csv files. The files worked fine with the previous version of LoggerLoader

@rlee26
Copy link
Author

rlee26 commented Mar 30, 2023

Update: when I changed the column names in the csv, the import data button worked. Looks like it was the degree symbol in the temperature column.

Old names: Date Time, Barometric Pressure (kPa), Temperature (°C), Barometric Pressure (ft h2O)

New names: Date and Time, Barometric Pressure (kPa), Temperature (C), Barometric Pressure (ft H2O)

@inkenbrandt
Copy link
Member

I made some additional updates that may have helped improve that function. There are certain characters that python has a hard time encoding sometimes. Most of those issues were improved with python 3, but they still show up sometimes.

@inkenbrandt
Copy link
Member

@inkenbrandt allow for degree symbol and other special characters in headings of csvs (and other formats?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants