diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..49cd72a --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +*.log +CSVIssuesReport.csv +MissingParentRecordsReport.csv +target/ +source/ +reports/ +logs/ +binary_cache/ +SCInstalledBaseLocation__c.csv +Address.csv +Location.csv +SCInstalledBase__c.csv +Asset.csv +.env +venv/ +*Location.csv +Product2.csv \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4eef494 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +pandas +tqdm +dotenv +simple_salesforce \ No newline at end of file