I have to check multiple tables available or not. please help me with the here ETL.PLC_ACCOUNT is a table and I have to check multiple tables screenshot
Checking multiple table existence in Pentaho
144 views Asked by Mahfuz Ahammad At
1
There are 1 answers
Related Questions in PENTAHO
- Git Not In Sync with Local Branch
- How to write a blob file to local filesystem using PDI?
- Where I download the Pentaho Community Edition, link breadk on sourceforge
- Pentaho PDI || Windows Current User
- Slowly Changing Dimension Type 2
- Json is sending Überlegung character convert in pentaho different format
- Amazon S3 multi part upload error using Pentaho 9.3
- Multiline parsing in Fluent-Bit for pentaho jobs on kubernetes
- Set Variable In a Pentaho Loop
- Get row number from stream to perform concat
- pass parameters to database connection in pentaho using jenkins freestyle job
- Troubleshooting 'No such file or directory' Error for Network Paths in Pentaho Server Job Execution
- Pentoho How to check ,If at least one row is LDAP is 0 with same user mutiple times
- Problems returning csv data, pentaho reading failure
- Pentaho Unable to access Remote Excel file
Related Questions in PENTAHO-SPOON
- How to write a blob file to local filesystem using PDI?
- Json is sending Überlegung character convert in pentaho different format
- Amazon S3 multi part upload error using Pentaho 9.3
- Set Variable In a Pentaho Loop
- Get row number from stream to perform concat
- Troubleshooting 'No such file or directory' Error for Network Paths in Pentaho Server Job Execution
- Pentoho How to check ,If at least one row is LDAP is 0 with same user mutiple times
- Problems returning csv data, pentaho reading failure
- How to add condition in Pentaho Spoon
- Pentaho Rest Client Post Step
- Issue with Channel Log Tables in Pentaho Data Integration V7: Works in Manual Execution but Not in Nightly Batch
- Pentaho Data Integrator Sending Email: Could not convert socket to TLS
- Can we pass the select fields value parallel two sub transform excutor in Spoon from main transform
- Getting error in Parquet Input steps in Pentaho Data Integration
- OpenJDK 11.0.8 Java causing CPU spike for Pentaho 9.4 spoon startup
Related Questions in PENTAHO-DATA-INTEGRATION
- Cannot Import repository from exported xml file in PDI 4.4
- How to write a blob file to local filesystem using PDI?
- Where I download the Pentaho Community Edition, link breadk on sourceforge
- Json is sending Überlegung character convert in pentaho different format
- Amazon S3 multi part upload error using Pentaho 9.3
- Set Variable In a Pentaho Loop
- Get row number from stream to perform concat
- pass parameters to database connection in pentaho using jenkins freestyle job
- Troubleshooting 'No such file or directory' Error for Network Paths in Pentaho Server Job Execution
- Pentoho How to check ,If at least one row is LDAP is 0 with same user mutiple times
- Clearing Cache While Running a Program
- Pentaho Unable to access Remote Excel file
- Pentaho Rest Client Post Step
- Connecting Pentaho Data Integration to a Firebird SQL database
- Issue with Channel Log Tables in Pentaho Data Integration V7: Works in Manual Execution but Not in Nightly Batch
Related Questions in PENTAHO-CDE
- How to define the loop xpath in Pentaho
- Execute statement in pentaho cde sql over sqlJndi
- unable to write file to database
- i have a problem in pentaho bi server dynamic row
- Does Pentaho allow the "Filter rows" step to load a list of values?
- How to change default path in pentaho-server 9.0.0.0.423?
- Pentaho cde & Report-designer source
- Pentaho mondrian cube main sql query
- Using Pentaho CDE check component data as file name for export
- Looking for updates in Pentaho7.x for log 4j vulnerability and it's procedure
- Pentaho CDE Dashbord: how to export to excel multiple tables into one sheet with button click
- How input data in line chart in Pentaho?
- Checking multiple table existence in Pentaho
- How I can read the file on the everyday basis in pentaho in this format? "tcms_oneed_YYYYMMDD.txt"
- Pentaho - Spoon Decimal from Text File Input
Related Questions in PENTAHO-CTOOLS
- Checking multiple table existence in Pentaho
- Load external JS with document.write from a third party in Angular 8
- Pentaho CDE doesnt load with console error
- Pentaho 6.1 - How to show a drop-down list of possible results when searching in a field?
- How to pass a variable obtained from query component into a query on Pentaho CDE?
- Displaying data with query component on Pentaho CDE
- how to set current month as default value on simple parameter on pentaho cde?
- pentaho CDE : how to link a .prpt file on dashboard?
- Is It possible to pass Parameter in data source of CDA
- Cumulative Distinct Count SQL CTools (Pentaho)
- Borders for CDE Table Component
- How to Display Percentage values on TOP of CCC Bar Chart in CDE (Non-Stacked Bar Chart)
- Error installing Pentaho CTools
- Filter cached sqlJdbs query in Pentaho CE
- Set different value and label for Check Component on Pentaho CDE
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
According to the screenshot you attached, you're trying to check the table name in a job entry. That only allows for either one static value or variable at the same time.
Instead of that, if you want to validate multiple tables use the transformation step "Table exists". Make sure to have a previous step to set a field containing the list of table names you want to validate.