Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I am trying to use Talend's component tSAPHANAInput, I read the guide, however, there is no examples in the guide. I encountered the following problems:
- The HANA schema is _SYS_BIC, but I don't know if talend can read the underscore in "_SYS_BIC"? In the error message, I see that my user name is taken as the schema name instead and it always says the table can not be found.
-in SQL query, I need to point to sub-folders in my catalog. But the SQL in talend does not take "/" nor "." between the parent folder & subfolder?
For example: SELECT * FROM SALES.POS_SALES would give me an error.
If anyone can share their example on how they used tSAPHANAInput, that would be awesome!
Thank you,
William