mustachemo / data-runner

Intuitive and integrity driven data clean up tool
https://drive.google.com/file/d/1C_1nEKgnzB0OEN7P5VxO2JOAMSAkF4LI/view?usp=sharing
0 stars 0 forks source link

combine two or more data of the same format into one file #33

Closed mustachemo closed 1 year ago

mustachemo commented 1 year ago

standard feature from the client

Koltheguy commented 1 year ago

inital implementation seems to work well, without defined datatypes, combining two datasets may lead to different rows that won't "drop duplicate"

Koltheguy commented 1 year ago

Commit 772b8242268c706a54079fe0216a70bb8ac0f127 addresses this issue

mustachemo commented 1 year ago
  1. Importing two files needs work, sometimes certain rows are overridden by other file (i.e. some rows are deleted) 1.1. Not all rows are displayed (probably because or rows being overridden)

  2. empty columns not being shown

Koltheguy commented 1 year ago

works as intended, duplicate rows are dropped. column mismatched will be ignored.