I'm new to the pentaho etl jobs .. I need to get data from excel and pass the excel sheet value to MySQL query as parameter. If it's possible in etl pentaho jobs .. any know please help me
How to get data from excel and pass excel values as parameters in SQL query on pentaho etl jobs
459 Views Asked by Sridhar Lovevirus At
2
There are 2 best solutions below
Related Questions in MYSQL
- How to Retrieve Data from an MySQL Database and Display it in a GUI?
- How to change woocomerce or full wordpress currency with value from USD to AUD
- window.location.href redirects but is causing problems on the webpage
- Error: local variable 'bramka' referenced before assignment
- Products aren't displayed after fetching data from mysql db (node.js & express)
- status table for all entries (even in different dates) in database changing value when all checkboxes are checked
- Can't Fix Mariadb & Mysql ERROR 2002 (HY000): Can't connect to local server through socket '/tmp/mysql.sock' (2) On MacOs
- Express Mysql getting max ID from table not working cought in a promise
- failed to upload a table from sql file
- Update a MySQL row depending on the ID in Google Sheets Apps Script
- Use row values from another table to select them as columns and establish relations between them (pivot table)
- SQL: Generate combination table based on source and destination column from same table
- How to display the column names which have only unique non-null values in MySQL table?
- mysql query takes too long because of wrong indexes usage
- Multitable joining in Sql
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-DESIGN-STUDIO
- Json is sending Überlegung character convert in pentaho different format
- Pentoho How to check ,If at least one row is LDAP is 0 with same user mutiple times
- How to define the loop xpath in Pentaho
- Getting data from a database and outputting it in another DB dynamically with Pentaho
- How to grab value from DB table and use that value to replace another field in Pentaho
- Pentaho job failing only when running through control-m
- Pentaho Report Designer Database connection with variable on preview
- Pentaho transformation swithc/sace doesnt work as suposed to be
- Looking for updates in Pentaho7.x for log 4j vulnerability and it's procedure
- Pentaho- Can we import a sub report/ report into a report in Pentaho?
- Pentaho- How do I view the backend sql of reports?
- Pentaho PDI on Ubuntu 18
- How to get data from excel and pass excel values as parameters in SQL query on pentaho etl jobs
- Pentaho-IVYDC and IVYBC Plugin
- Pentaho spoon error: "Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections."
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)
Popular # Hahtags
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?
You create a transformation and use 'Microsoft Excel' as your input, make whatever transformation you need to do and add 'Table output' as you destination where you define your database connection. That's all.