Skip to content

njhargis/PdfSorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Sorter

PDF Sorter is a C#/.NET Codebase that:

  • Maintains a history of past documents parsed using SQLite
  • Pulls down ZIP folders contained on an AWS S3 Bucket
  • Finds the mapping CSV file within the the ZIP folder
  • Maps any new PDF files to their associated PO directory back on the S3 Bucket

Prerequisites

Running locally

  • Override the values in appsettings.json using your 'User Secrets' file for the project to contain accurate AWSInfo.

    • Within Visual Studio on Windows, right click the project and hit 'Manage User Secrets'.
  • Navigate to the project folder (e.g./pdf-sorter/pdf-sorter)

  • Run the following command to build and run the app locally:

    dotnet run

Reference Materials

AWS SDK S3 Examples
Serilog
CsvHelper
.NET Core Configuration
SQLite
User Secrets Guide
Create and Drop APIs in EF Core

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages