Forum Discussion
Are you attempting to access resources from an FTP server that has been mounted on a Windows server? And, is the error about authentication / connection failure? If yes, you will have to create a “Binary > Basic Auth” account and reference it in the File Reader Snap.
Thanks sriram, I have modified my query.
I am able to read the file using File reader snap, but I am unable to read the contents of document.
my required file is in tab- “content-disposition”
Please guide how to fetch the document further and extract data from specific sheet of the workbook.As you have mentioned , I tried connecting excel parser/formatter to file reader snap but couldn’t as there is mismatch on type of snaps.
- sriram7 years agoFormer Employee
You should be able to read data from the source .xlsx file by connecting the Excel Parser snap to the File Reader Snap.
If you are unable to do this, please post a screenshot of the error message that you see.
- Siva_Venna7 years agoContributor
Data format in one of the sheet - “Yearly”
I am trying to read data from row #13(actual data with header) by setting sheet index =2 and sheet name - Yearly(I am aware sheet index is overwritten when sheet name is specified), tried either ways I am getting below error
- sriram7 years agoFormer Employee
I’ve created a sample pipeline that successfully reads a small dataset. Formatting of the source file is inline with your setup. Can you review the xlsx file and pipeline (attached) and let me know if that matches with what you have?
Excel-Test_2019_02_20.slp (4.3 KB)
Test-Excel-File.xlsx (29.9 KB)