Steve L. Nyemba steve
  • Joined on 2023-01-09
steve pushed to v2.0 at hiplab/parser 2024-02-09 14:52:51 +00:00
2c45c73096 document function (about)
e4d6e9d48d bug fixes
Compare 2 commits »
steve closed issue hiplab/parser#7 2024-02-06 20:54:37 +00:00
Documentation
steve closed issue hiplab/parser#5 2024-02-06 20:54:25 +00:00
Logging
steve closed issue hiplab/parser#6 2024-02-06 20:54:15 +00:00
CLI Interface
steve pushed to v2.0 at hiplab/parser 2024-02-06 20:51:11 +00:00
4a2c039c38 bug fix: exports
steve pushed to v2.0 at hiplab/parser 2024-02-06 20:21:33 +00:00
a6b52719f9 bug fix: export & sql doesn't always have objects casted
steve pushed to v2.0 at hiplab/parser 2024-02-06 18:26:29 +00:00
adcddf0654 version check
steve pushed to v2.0 at hiplab/parser 2024-02-06 17:12:06 +00:00
cae983fdde housekeeping cleanup
steve pushed to v2.0 at hiplab/parser 2024-02-06 17:05:17 +00:00
d80b00106b documentation & versioning
steve pushed to v2.0 at hiplab/parser 2024-02-06 16:46:42 +00:00
2d976cd607 bug fix, logging
steve pushed to v2.0 at hiplab/parser 2024-02-06 04:00:03 +00:00
fc40871463 add version folder
steve pushed to v2.0 at hiplab/parser 2024-02-06 03:50:10 +00:00
1b9e24ddcd bug fix: executable
steve pushed to v2.0 at hiplab/parser 2024-02-06 03:45:22 +00:00
00f80d9294 bug fix
steve pushed to v2.0 at hiplab/parser 2024-01-19 22:05:07 +00:00
97a58b416a bug fix: package/imports
steve pushed to v2.0 at hiplab/parser 2024-01-04 17:44:29 +00:00
39a484ee4a bug fixes and interface
a863f5e2b9 bug fixes with export (Nulls)
b04f602d1e removing namespace and replacing it with publish.py
3975643686 export function and code clean up
3fc6778802 v2.0: refactor
Compare 10 commits »
steve created branch v2.0 in hiplab/parser 2024-01-04 17:44:29 +00:00
steve closed issue hiplab/parser#8 2023-12-01 19:26:09 +00:00
Enforce Constraints
steve commented on issue hiplab/parser#3 2023-12-01 18:29:45 +00:00
Notebook

The notebook should serve as a means to show how one can use the parser within their own code:

  1. setup location of files
  2. parse the files
  3. Store the files (using data-transport) or forward…
steve closed issue hiplab/parser#9 2023-12-01 18:19:15 +00:00
Export Function
steve opened issue hiplab/parser#9 2023-12-01 18:18:58 +00:00
Export Function