agrc / ugs-db

Database seeder for UGS data
2 stars 1 forks source link

WQP Results data parsed incorrectly #47

Closed inkenbrandt closed 8 years ago

inkenbrandt commented 8 years ago

Some samples are parsed incorrectly, likely because of quotes in one of the rows.

One example is SampleID nwisnv.01.00901373 (a sample from StationID USGS-362735114154501)

The Param values for everything in this sample is USGS, which is not a possible parameter. I noticed that ActivityCommentText is "A-2400004 Filter lot Q625 L-2400004 Received August 27, 2009.. verified FA btl not received,paa,9/2/09" which, unlike the correctly parsed samples from this station, includes quote characters. My guess is these are causing problems.

I downloaded the data from WQP, and it is correctly parsed in the download.

inkenbrandt commented 8 years ago

Other examples:

steveoh commented 8 years ago

could you send a csv file that has those problem rows. I only have test data and i'm not sure those problem records are there.