aboutsummaryrefslogtreecommitdiffstats
path: root/pkg (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-29removed short dir in testdataMatthew Lemon4-2/+2
2020-07-29more testsMatthew Lemon3-17/+58
2020-07-29first new test on database import - testing one cell valueMatthew Lemon1-7/+33
2020-07-29added setup and teardown funcsMatthew Lemon1-15/+35
2020-07-28chasing golintMatthew Lemon3-25/+27
2020-07-28tidying and lintingMatthew Lemon1-17/+17
2020-07-28tidyingMatthew Lemon2-10/+9
2020-07-28fixed bug whereby the program would crash on importing even when no required ↵Matthew Lemon1-2/+4
datamap present
2020-07-28added filename into return_data tableMatthew Lemon1-2/+5
2020-07-28I think I fixed the bug whereby multiple returns where createdMatthew Lemon1-11/+25
2020-07-28removed old lock fileMatthew Lemon1-1/+0
2020-07-28removed UNIQUE which didnt make sense after considerationMatthew Lemon1-3/+2
2020-07-28reworked algorithm tha creates extractedData maps to allow the datamap sheet ↵Matthew Lemon2-12/+5
sequence to be any order
2020-07-28working on failing test where dm not work when sheets not sequential - added ↵Matthew Lemon9-4/+8
Makefile
2020-07-28UNIQUE constrait on return.name implementedMatthew Lemon1-6/+7
2020-07-28fixed bug where return.id was being left out of return_data row insertMatthew Lemon1-2/+2
2020-07-28better importing to database from populated sheetMatthew Lemon2-3/+3
2020-07-27fixing a bug in ExtractDBDatamap and still working on data import codeMatthew Lemon6-4/+52
2020-07-27partially through writing code for commiting extracted data to the databaseMatthew Lemon1-1/+30
2020-07-27Proof of concept code hard-coded here shows that we can get value fromMatthew Lemon1-1/+20
xlsx file ./datamaps import --returnname "Hunkers" --datamapname "Unnamed Datamap" --xlsxpath ~/Desktop/ -returnname is being ignored here - key is xlsxpath and datamapname returns hardcoded query for Introduction sheet cell C17
2020-07-27ready to write the code to import extraced XLSX data into database nowMatthew Lemon1-1/+5
2020-07-27now we find xlsm files as well seeminglyMatthew Lemon3-3/+6
2020-07-27testing func to get xlsx files from dirMatthew Lemon3-30/+34
2020-07-27a lot of working building the new import command in mainMatthew Lemon2-11/+61
2020-07-27type in schemaMatthew Lemon1-3/+7
2020-07-27improved defersMatthew Lemon3-5/+38
2020-07-26more hidingMatthew Lemon1-9/+9
2020-07-26more encapsulationMatthew Lemon3-44/+43
2020-07-26lots of tidyMatthew Lemon5-23/+26
2020-07-26tidied up doc commentMatthew Lemon1-2/+4
2020-07-26added re-typed []DatamapLineMatthew Lemon3-15/+18
2020-07-26renamed funcMatthew Lemon2-4/+4
2020-07-26added an error to return for funcMatthew Lemon2-4/+6
2020-07-26extraction now uses a named datamap from the database instead of the fileMatthew Lemon2-10/+74
2020-07-26parameterised test for []DatamapLine from DB testMatthew Lemon1-0/+23
2020-07-26passing test - can create a []DatamapLine slices from a datamap in the databaseMatthew Lemon2-3/+10
2020-07-26adding test and code for pulling []DatamapLine from sqlite3 fileMatthew Lemon2-0/+78
2020-07-26tweaking doc commentsMatthew Lemon1-1/+2
2020-07-26spacingMatthew Lemon1-0/+8
2020-07-26removed hard-coded SQL statmentMatthew Lemon1-2/+9
2020-07-25linting fixesMatthew Lemon1-0/+8
2020-07-25improvementMatthew Lemon2-5/+3
2020-07-25test to detect config path passesMatthew Lemon2-30/+10
2020-07-24failing test but learning a hell of a lot from this - mocking!Matthew Lemon2-2/+79
2020-07-24starting to add new codeMatthew Lemon1-0/+9
2020-07-24mostly lintingMatthew Lemon4-6/+56
2020-07-23main is getting smallerMatthew Lemon1-0/+35
2020-07-23linting and go vettingMatthew Lemon2-14/+15
2020-07-23tests passingMatthew Lemon1-2/+7
2020-07-23working basics now with no flags package - thanks fzfMatthew Lemon4-20/+14