Hi are there any extractors that I can use to load...
# troubleshooting
s
Hi are there any extractors that I can use to load the excel files and write custom transformer on top of it. I explored tap-spreadsheets-anywhere but I wasnt able to load excel files but I was able to work with csv files. Any help is appreciated
p
tap-spreadsheets-anywhere does work with excel files. You need to specify:
Copy code
"format": "excel",
s
- path: file://./files   name: testingravi  pattern: .*.xlsx start_date: '2010-01-01T00:00:00Z' format: excel key_properties: []
This is how my yml looks like