This pr resolves #1 by defining the expected schema which supports the ability to download a CSV file of transactions from the Fidelity® Rewards Visa Signature® Credit Card site and (as a database admin) manually import the file into a table in the PostgreSQL database.
For this implementation since there's no GUI for importing data, the fidelityrewards.transactions.entity_id and fidelityrewards.transactions.created_by_id fields may be empty.
This pr resolves #1 by defining the expected schema which supports the ability to download a CSV file of transactions from the Fidelity® Rewards Visa Signature® Credit Card site and (as a database admin) manually import the file into a table in the PostgreSQL database.
For this implementation since there's no GUI for importing data, the
fidelityrewards.transactions.entity_id
andfidelityrewards.transactions.created_by_id
fields may be empty.