metadata
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@ -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
|
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
pandas
|
||||
tqdm
|
||||
dotenv
|
||||
simple_salesforce
|
Reference in New Issue
Block a user