Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: gabygyyhi,
i have the following case:
a.1 or more source files(csv, xls etc) less important, that are parsed with dedicated nodes and we are able to see the output.
b.one dbquery wich does not support input. In this query connector i want to build some custom sql in order to be able to treat the output of the xls file/or files as an input table in the sql statement(for eg a join with the output from xls, the statement is much complex and calculates different aggregation from the begining on large volumes of data that needs to be filtered from the begining).
I m aware about listing data and use join, and then filter, and then calculate aggregation....
Please if you met and solve this case until now and you can provide me your feedback....
I m using oracle but i want to avoid storing the input files in permanent tables, maybe if exists local temporary tables suported by the tool(tables that are automaticaly droped at end of the conector)
Imagine the next scenario excluding measures calculation:
you have 50 mil of customers and a black list(exclusion list provided in an xls file -every day the list is different)
Exclusion list could reduce the no of customers to 10 mil( exclusion list can be a type of the customer or the customer id...)