List of Contributions

clef andrin

Contact Details

My Content

1 to 9 of 9 total
Posted By clef andrin 10-17-2023 12:09
Found In Egroup: Data360 Analyze
\ view thread
Thank you, Peter. It works. ------------------------------ clef andrin Knowledge Community Shared Account ------------------------------
Posted By clef andrin 10-16-2023 09:34
Found In Egroup: Data360 Analyze
\ view thread
Hi, how can I properly call the oracle stored procedure using DB execute node? I already tried 'EXEC Schema.PROC', 'EXECUTE Schema.PROC', 'BEGIN Schema.PROC END' but none works. Appreciate the help in advance. ------------------------------ clef andrin Knowledge Community Shared Account ---------- ...
Posted By clef andrin 10-16-2023 09:22
Found In Egroup: Data360 Analyze
\ view thread
Hi Geoff, how do you call the stored proc in D360? ------------------------------ clef andrin Knowledge Community Shared Account ------------------------------
Posted By clef andrin 10-10-2023 12:41
Found In Egroup: Data360 Analyze
\ view thread
Thank you very much. It works now. Appreciate the help. ------------------------------ clef andrin Knowledge Community Shared Account ------------------------------
Posted By clef andrin 10-09-2023 10:19
Found In Egroup: Data360 Analyze
\ view thread
I have list of data that needs to be inserted on an excel file. Some of the columns are number, I already handle the conversion to type long of this columns, but when the data was inserted on the excel file I'm getting the error "Number stored as Text" on. Do we have fix for this? Appreciate your ...
Posted By clef andrin 08-21-2023 10:02
Found In Egroup: Data360 Analyze
\ view thread
This helps me in one of our project requirements. Thank you very much for sharing. ------------------------------ clef andrin Knowledge Community Shared Account ------------------------------
Posted By clef andrin 08-21-2023 09:06
Found In Egroup: Data360 Analyze
\ view thread
Hello, I'm exploring how to delete a file from a path after each run of the data flow. Can someone guide me on this? Thank you in advance. ------------------------------ clef andrin Knowledge Community Shared Account ------------------------------
Posted By clef andrin 08-17-2023 12:18
Found In Egroup: Data360 Analyze
\ view thread
I want to use a specific value from a column and use it as a value for the entire new column. Is this possible? I want to achieve something like this. Col1 Col2 Col3(new column) Col4 (new column) 21 NULL 21 378.05 NULL 378.05 21 378.05 ------------------------------ clef andrin Knowledge ...
Posted By clef andrin 06-12-2023 10:18
Found In Egroup: LAE
\ view thread
How can I implement this script to updated transform node? if firstExec then C2 = null if C1.isNotNull() then C2=C1 emit * emit C2 ------------------------------ clef andrin Knowledge Community Shared Account ------------------------------