Skip to content

Commit

Permalink
Per Issue #12 - add validation results to csv export
Browse files Browse the repository at this point in the history
  • Loading branch information
afrozenpeach committed Feb 20, 2018
1 parent 32b9842 commit ec764e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CSharp_MARC Editor/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2631,6 +2631,7 @@ private void csvExportBackgroundWorker_DoWork(object sender, DoWorkEventArgs e)
columns["Custom4"] = row.Cells[12].Value.ToString();
columns["Custom5"] = row.Cells[13].Value.ToString();
columns["ImportErrors"] = row.Cells[14].Value.ToString();
columns["ValidationErrors"] = row.Cells[15].Value.ToString();

using (SQLiteDataReader fieldsReader = fieldsCommand.ExecuteReader())
{
Expand Down

0 comments on commit ec764e4

Please sign in to comment.