Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 0005074 CSV to database replication not working #174

Open
wants to merge 4 commits into
base: 3.12
Choose a base branch
from

Conversation

rudiejd
Copy link
Contributor

@rudiejd rudiejd commented Aug 19, 2021

  • a user on the forum was having trouble with CSV to database replication
  • josh was able to reproduce this issue and so was i
  • the extractor service was not respecting the virtual CSV trigger because its triggerhistory was null, and was marking the data as having a missing trigger so that it could not be extracted
  • i moved the check for whether the trigger is the virtual one up higher and added a triggerhistory entry for it
  • this resolves the issue and allows batches to be extracted

I also added to the docs to explain that users have to put the column names at the top of the CSV file for proper CSV routing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant