AddUpdateMappingset
Erstellt oder aktualisiert ein Mappingset basierend auf 2 Spalten eines Spreadsheet.
Dokumentation im Handbuch aufrufenÜber Synesty Studio für Tools
Mit Synesty als Middleware verbinden Sie Tools mit anderen Systemen, Schnittstellen und APIs ohne Programmierung per Drag&Drop.
Automatisieren Sie Geschäftsprozesse und Integrationen wie EDI Datenimport / Export.
Wir unterstützen Datenformate wie CSV, Excel (XLS/XLSX), XML oder JSON und ermöglichen auch HTTP-Konnektoren zu REST- oder GraphQL-APIs. Kunden nutzen es auch für Auswertungen, ETL-Aufgaben oder Feed-Optimierung.
Unser No Code Flow-Editor und Low Code Scripting Tools ermöglichen kreative Anpassungen für jede Art von Integration.
Über Synesty Studio für Tools
Mit Synesty als Middleware verbinden Sie Tools mit anderen Systemen, Schnittstellen und APIs ohne Programmierung per Drag&Drop.
Automatisieren Sie Geschäftsprozesse und Integrationen wie EDI Datenimport / Export.
Wir unterstützen Datenformate wie CSV, Excel (XLS/XLSX), XML oder JSON und ermöglichen auch HTTP-Konnektoren zu REST- oder GraphQL-APIs. Kunden nutzen es auch für Auswertungen, ETL-Aufgaben oder Feed-Optimierung.
Unser No Code Flow-Editor und Low Code Scripting Tools ermöglichen kreative Anpassungen für jede Art von Integration.
Inputs
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
---|---|---|---|---|
input | SPREADSHEET | Spreadsheet mit den Daten. | Ja | |
name | STRING | Name des Mapping-Sets. | Ja | |
keycolumn | STRING | Die Spalte, die den Schlüssel des Mappingset-Eintrags enthält. | Nein | Standardwert: |
valuecolumn | STRING | Die Spalte, die den Wert des Mappingset-Eintrags enthält. | Nein | Standardwert: |
mode | STRING | Definiert, wie das Mappingset importiert wird. | Nein |
|
Outputs
Name | Datentyp | Beschreibung |
---|---|---|
resultMessage | STRING | Eine Nachricht, mit der Information, ob das Mappingset angelegt oder aktualisiert wurde. |
Hilfe oder Projektsupport gewünscht?
Wenn Sie Hilfe bei der Einrichtung dieses Steps benötigen oder ein Projekt umsetzen wollen, dann unterstützen Sie unsere verifizierten Partner. Partner findenWeitere Steps in Tools
Name | Version | Beschreibung | Anwendungsfall |
---|---|---|---|
Spreadsheet2XML
Spreadsheet2XML
|
- | Generates a Simple XML-file from a Spreadsheet. The Spreadsheet columns will be the XML tag names. Preview is limited to 10 rows. |
XML Daten
erstellen bzw. setzen / aktualisieren
|
FileAppender
FileAppender
|
- | Concatenates two or more files together. The result is a new file. | |
FileFindAndReplace
FileFindAndReplace
|
- | This step can do a find and replace in a FILE by using regular expression and outputs a new FILE with the replaced content. | |
ColumnSplitToRows
ColumnSplitToRows
|
- | Split a column by delimiter and create new rows for each splitted value (e.g. create 3 new rows from the column containing "red,green,blue"). | |
ColumnCombiner
ColumnCombiner
|
- | Can two spreadsheets to create a cartesian cross-product of their columns. | |
![]()
ExtractArchive
ExtractArchive
|
- | Extracts (decompresses) an archive (ZIP,TAR,TARGZ,GZ,7z,LZMA)-archive into a FILELIST (Unzip) |
Dateien
empfangen oder herunterladen
|
StringSplitter
StringSplitter
|
- | This step can split a string by a delimiter (e.g. comma) into a STRINGLIST. | |
FileRenamer
FileRenamer
|
- | This step renames files which were created in previous steps. E.g. it can be used to give a temporary file with a random name a specific name. It supports 2 cases: renaming of a single file or renaming a list of File objects using a list of Strings as the new filenames. |
Dateien
|
FileFromFilelist
FileFromFilelist
|
- | Extracts a single FILE by name from a FILELIST. | |
Splitter
Splitter
|
- | Takes a input Spreadsheet splits it depending on selected mode into a list of spreadsheets. | |
![]()
Html2PdfConverter
Html2PdfConverter
|
- | Converts a Html file to pdf file. |
Dateien
|
FileFilter
FileFilter
|
- | Filters a list of files based on various criteria like filename or filesize. E.g. can be used to remove empty files. | |
BarcodeGenerator
BarcodeGenerator
|
- | Creates barcodes from a list/spreadsheet of EAN/GTIN codes. Supported formats: SVG (for HTML embedding), PNG, GIF, JPG, TIFF | |
![]()
HashFunction
HashFunction
|
- | Calculates a MD5 or SHA1 hash of a string. | |
FileEncodingChanger
FileEncodingChanger
|
- | Changes the encoding from a file. | |
DistinctValues
DistinctValues
|
- | Extracts distinct / unique values from a column in a SPREADSHEET. | |
![]()
EncryptDecrypt
EncryptDecrypt
|
- | Encrypts or decrypts a FILELIST with an encryption algorithm and a user defined password. The receiver of the file must use the same algorithm and password to decrypt the file. | |
![]()
KeyValueMapSplitToColumns
KeyValueMapSplitToColumns
|
- | Split a column containing a key=value map and creates a new column per key (e.g. create 3 new columns from the column containing "color=red;size=XL;material=wood"). | |
![]()
PDFMerge
PDFMerge
|
- | Combines multiple PDF Files into one single PDF file. |
Dateien
senden oder hochladen
|
ImageFilter
ImageFilter
|
- | Allows you to use own expression to filter images. |
Bilder
|
File2Spreadsheet
File2Spreadsheet
|
- | Read a list of files into a Spreadsheet with two columns: the filename and the filecontent. | |
TextHTMLWriterMultiOutput
TextHTMLWriterMultiOutput
|
- | This step is a more powerful version of TextHTMLWriter which is able to create multiple outputs (FILELIST, STRINGLIST). You can use it to create HTML, plain text, XML and other textual output formats. You can use the Freemarker template language to dynamically generate the output (see Freemarker Manual). The template language allows you to use the outputs of previous steps for generating a more dynamic the output. | |
StringToFile
StringToFile
|
- | This step gets a String as input and converts it into a temporary File with a random name. A different step can be used to to rename that file to something specific. |
Dateien
senden oder hochladen
|
AddUpdateMappingset
AddUpdateMappingset
|
- | Creates or updates a mappingset based on 2 columns of a Spreadsheet. |