Skip to content

Commit

Permalink
Merge 30da304 into f6d0f0f
Browse files Browse the repository at this point in the history
  • Loading branch information
FirestarJes authored Sep 2, 2024
2 parents f6d0f0f + 30da304 commit cada98e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ private static async Task WriteHeaderAsync(CsvWriter csvHelper)
const int energyPriceFieldCount = 25;

csvHelper.WriteField("CHARGETYPE");
csvHelper.WriteField("CHARGETYPEID");
csvHelper.WriteField("CHARGETYPEOWNER");
csvHelper.WriteField("CHARGEID");
csvHelper.WriteField("CHARGEOWNER");
csvHelper.WriteField("RESOLUTIONDURATION");
csvHelper.WriteField("TAXINDICATOR");
csvHelper.WriteField("STARTDATETIME");
Expand Down

0 comments on commit cada98e

Please sign in to comment.