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

Add job AD419.Jobs.PullNifaData #2

Merged
merged 1 commit into from
Dec 8, 2023
Merged

Add job AD419.Jobs.PullNifaData #2

merged 1 commit into from
Dec 8, 2023

Conversation

sprucely
Copy link
Contributor

@sprucely sprucely commented Dec 7, 2023

It's currently only syncing NIFA_GL_... csv exports, because the NIFA_PGM... exports are problematic. There are plans to replace those with three separate exports that will include row identifiers.

I initially tried to use CsvHelper's CsvDataReader which would have made for a nice stream pipeline from the csv download directly into SqlBulkCopy, but alas, it's type conversion system is broken and treats all columns as strings.

Partially address #1

@sprucely sprucely merged commit 3540c9b into main Dec 8, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants