#51828
Greg - 10/17/2014 2:12 PM
So I’m taking a stab at developing this feature...just to see if it’s feasible for us. I’ve determined that it will be difficult to allow exposure suit, tank type, air type, etc. to be imported because of the way I support those data elements in our dive log. They are drop down options with limited choices. So it would be too much work to support that type of data during the import process. However, I do think I could support basic dive log data like date, bottom time, depth, viz, temp, weight, etc.

Here is my prototype so far...it doesn’t go further than reading the first line of the CSV file and providing you with a mapping table. What do you think so far?

divebuddy.com/divelog_upload.aspx

And any data that doesn’t have a field to map to, I can append that data to the Comments field in the dive log...so the data isn’t lost.