I am using CloverETL Designer Version: 4.0.0.030M2 for one of my projects. I want to read from a MySQL database and do some comparison and then write to the database. But I cant find a MySQL reader in the tool. Whereas a mongodb reader is present as well as a MySQL writer. Please help me on how to read from MySQL database in a clover graph. Thanks.
1
There are 1 best solutions below
Related Questions in CLOVER
- Why Clover report doesn't include all my packages?
- Does clover report coverage of failed unit tests also
- Why isn't clover generating JSON from my pom.xml config?
- Clover Coverage: IF block
- cobertura vs clover
- Hudson and Clover Plugin
- Switch to turn on/off Atlassian Clover in Maven
- Why doesn't Clover always report code coverage for my Java web app?
- List of maven(3.1.0) clover plugin properties/goals
- OutOfMemoryError creating clover-snapshot in Ant running from QuickBuild
- Expiring OAuth returning Unauthorized status with message: Failed to validate auth code
- Converting Standard Web IFrame JS, HTML, CSS Functions and Code into Angular Typescript and Using Them
- ANT clover and sonar
- How to adjust clover code coverage metric for jenkins?
- How add Code Coverage for system and integration tests ran in docker
Related Questions in CLOVERETL
- How to change value for parameters using reformat component in Clover ETL
- Extracting json data in Clover ETL
- Taking least significant bit of a byte in cloverETL
- how to install clover etl server [Apache Tomcat]
- Connection abort during data transformation with CloverDX
- Mysql reader Clover ETL
- Clover ETL performance issue with processing large csv files with joins
- pass JVM args to clover in a ant script
- CloverETL DBOutputTable - Update Statement Won't Complete
- How to pass dynamic values for component in Clover ETL Graph?
- Which ETL tool do you recommend?
- CloverETL: Compare two records
- CloudConnect and GoogleBigQuery
- How to build dynamic url for http connector in Clover ETL
- What is going wrong with my etl process?
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 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 can use DbInputTable (http://doc.cloveretl.com/documentation/UserGuide/index.jsp?topic=/com.cloveretl.gui.docs/docs/dbinputtable.html) component which is generic reader for all JDBC-enabled databases. For writing to and JDBC database you can use DbOutputTable.
Writers, like MySQLDataWriter are used for fast bulk data writing using database-specific infrastructure.
Btw. best place for asking CloverETL related questions is http://forum.cloveretl.com/