Tag: CSV

  • A Guide to Daily Data Aggregation  in Electronic Reporting

    A Guide to Daily Data Aggregation in Electronic Reporting

    From time to time, I need to develop reports that present monthly data aggregated by day. In this post, I’ll demonstrate how a user can select a specific month of the year and generate a CSV report showing the total vendor invoiced amount for each day. I’ll also walk through the methodology I use and…

  • Import a CSV file with Electronic Reporting (III)

    Import a CSV file with Electronic Reporting (III)

    In the first two entries of this series, we saw the standard way ER for import works, but sometimes that’s just not enough. When we’re working with a file we want to parse, and we have, or think we could find, escape characters (for example, with CSVs or EDI messages), we must leverage the power…

  • Import a CSV file with Electronic Reporting (II)

    Import a CSV file with Electronic Reporting (II)

    This article is the second in a series of three about importing CSV files into the system. We will explore the format, the format mapping, and how to test the development. In a future article, I will cover a topic that requires more advanced knowledge of Electronic Reporting and programming logic in general for addressing…

  • Import a CSV file with Electronic Reporting (I)

    Import a CSV file with Electronic Reporting (I)

    In this series, I’m going to show an example of importing a CSV file using Electronic Reporting (ER). This guide assumes you have basic knowledge of ER. If you are just starting, I recommend reading the series on ER export first, as it is more step-by-step and explains the basic concepts of ER. In an…