CloverDX Designer
User’s Guide
This User’s Guide refers to CloverDX Designer 5.14.x release.
Copyright © 2010-2022 CloverDX a.s. All rights reserved.
Do not copy or distribute without express permission of CloverDX a.s.
- CloverDX Overview
- Installation
- Configuration
- Using Designer
- 19. Designer User Interface
- 20. Projects
- 21. Graphs
- 22. Execution
- 23. Common Dialogs
- 24. Import
- 25. Export
- 26. Graph Tracking
- 27. Search Functionality
- 28. Working with CloverDX Server
- Graphs
- 29. Components
- 30. Edges
- 31. Metadata
- 32. Connections
- 33. Lookup Tables
- 34. Sequences
- 35. Parameters
- 36. Internal/External Graph Elements
- 37. Dictionary
- 38. Execution Properties
- 39. Notes in Graphs
- 40. Transformations
- 41. Data Partitioning (Parallel Running)
- 42. Data Partitioning in Cluster
- Subgraphs
- Jobflow
- Data Services
- 49. Data Services Introduction
- 50. Architecture
- 51. Development
- 52. Use cases
- Creating REST APIs
- Custom Serialization
- Using Static File as Response
- Sending a File Generated by .rjob
- Publishing a Static File
- Using CTL2 Functions in Data Services
- Data Service that Receives a File or Text in Body Part
- Converting Graph to Data Service
- Converting Graphs to Data Service
- Publishing Data Service
- Publishing Multiple Data Services at Once
- Unpublishing Data Service
- Unpublishing Multiple Data Services at Once
- 53. Example
- 54. Troubleshooting
- Component Reference
- 55. Readers
- Common Properties of Readers
- CloverDataReader
- ComplexDataReader
- CustomJavaReader
- DatabaseReader
- DataGenerator
- DBFDataReader
- EDIFACTReader
- EmailReader
- FlatFileReader
- HadoopReader
- JavaBeanReader
- JMSReader
- JSONExtract
- JSONReader
- KafkaCommit
- KafkaReader
- LDAPReader
- MongoDBReader
- MultiLevelReader
- ParallelReader
- ParquetReader
- QuickBaseRecordReader
- QuickBaseQueryReader
- SalesforceBulkReader
- SalesforceReader
- SpreadsheetDataReader
- UniversalDataReader
- X12Reader
- XMLExtract
- XMLReader
- XMLXPathReader
- 56. Writers
- Common Properties of Writers
- CloverDataWriter
- CustomJavaWriter
- DatabaseWriter
- DB2BulkWriter
- DBFDataWriter
- EDIFACTWriter
- EmailSender
- FlatFileWriter
- HadoopWriter
- InfobrightBulkWriter
- InformixBulkWriter
- JavaBeanWriter
- JavaMapWriter
- JMSWriter
- JSONWriter
- KafkaWriter
- LDAPWriter
- MongoDBWriter
- MSSQLBulkWriter
- MySQLBulkWriter
- OracleBulkWriter
- ParquetWriter
- PostgreSQLBulkWriter
- QuickBaseImportCSV
- QuickBaseRecordWriter
- SalesforceBulkWriter
- SalesforceWriter
- SalesforceEinsteinWriter
- SnowflakeBulkWriter
- SpreadsheetDataWriter
- StructuredDataWriter
- TableauWriter
- Trash
- UniversalDataWriter
- X12Writer
- XMLWriter
- 57. Transformers
- 58. Joiners
- 59. Job Control
- 60. File Operations
- 61. Data Partitioning
- 62. Data Quality
- 63. Others
- 64. Deprecated
- CTL2 - CloverDX Transformation Language
- 65. CTL Overview
- 66. Language Reference
- 67. CTL Debugging
- 68. Functions Reference
- Conversion Functions
- Date Functions
- Mathematical Functions
- String Functions
- Mapping Functions
- Container Functions
- Record Functions (Dynamic Field Access)
- Miscellaneous Functions
- Lookup Table Functions
- Sequence Functions
- Subgraph Functions
- Data Service HTTP Library Functions
- Custom CTL Functions
- List of All CTL2 Functions
- CTL2 Appendix - List of National-specific Characters
- Tutorial
- 69. Creating a Transformation Graph
- Terminology
- Creating a Project
- Creating a New Data File
- Creating a Graph
- Placing Components in the Graph Editor Pane
- Connecting Components by an Edge
- Extracting Metadata from the Input File
- Assigning Metadata to the Edges
- Setting Up Readers (FlatFileReader)
- Setting Up Writers (SpreadsheetDataWriter)
- Running the Graph
- Opening the Output File
- 70. Filtering the records
- 71. Sorting the Records
- 72. Processing Speedup with Parallelization
- 73. Debugging the Java Transformation