DatastoreBackup
Dateien
Erstellt ein Backup von einem Datastore als ZIP-Datei. (Datastore-Schema, Datastore-Definition und Datastore-Daten als CSV-Datei).
Über Synesty Studio für Basis
Mit Synesty als Middleware verbinden Sie Basis 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 Basis
Mit Synesty als Middleware verbinden Sie Basis 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 |
---|---|---|---|---|
datastoreName | DATASTORE | Datastore zur Sicherung. | Ja |
|
Outputs
Name | Datentyp | Beschreibung |
---|---|---|
backupfile | FILE | Die Backup Datei. |
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 Basis
Name | Version | Beschreibung | Anwendungsfall |
---|---|---|---|
ExcelWriter
ExcelWriter
|
- | Can write a Spreadsheet into a Excel (xls, xlsx) file with advanced Excel specific features like auto-filters, data types or font-sizes. |
Dateien
|
FlowList
FlowList
|
- | Lists all Flows of the current workspace. It can be used to analyze and monitor the configuration of flows. | |
ColumnRenamer
ColumnRenamer
|
- | Renames multiple columns of a SPREADSHEET. Supports include/exclude mode, static and dynamic column filters. | |
StopFlowIf
StopFlowIf
|
- | Stops a Flow if condition is true. | |
CSVReader
CSVReader
|
- | Can read CSV file into a Spreadsheet object for further processing. |
Dateien
empfangen oder herunterladen
,
CSV Daten
abrufen
|
Filter
Filter
|
- | Filters a Spreadsheet by a given expression and returns rows matching the filter condition. | |
SpreadsheetAppend
SpreadsheetAppend
|
- | Appends one spreadsheet to another | |
ColumnRemover
ColumnRemover
|
- | Can remove columns from a SPREADSHEET. Supports include/exclude mode, static and dynamic column filters. | |
FileLineFilter
FileLineFilter
|
- | Filters a FILE line by line and outputs a new FILE containing only lines matching the filter RegEx (regular expression). | |
TextHTMLWriter
TextHTMLWriter
|
- | This step simply generates text. 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. |
Dateien
senden oder hochladen
,
XML Daten
erstellen bzw. setzen / aktualisieren
,
JSON Daten
erstellen bzw. setzen / aktualisieren
,
Nachrichten
senden
,
Reports / Auswertungen
erstellen bzw. setzen / aktualisieren
|
LookupFilter
LookupFilter
|
- | Filters a SPREADSHEET against a datastore and returns only the rows which do or do not exist in the datastore. E.g. Use it after a SpreadsheetMapper to filter for new or existing products. | |
DatastoreWriter
DatastoreWriter
|
- | Imports data from a spreadsheet into a datastore. | |
AccountBackup
AccountBackup
|
- | Creates a backup of your account as a ZIP-file. (Projects, Flows, Datastore-schemas). | |
MultiColumnFunction
MultiColumnFunction
|
- | Applies a function to multiple columns of a SPREADSHEET. Supports include/exclude mode, static and dynamic column filters. | |
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
|
CSVWriter
CSVWriter
|
- | Writes a Spreadsheet into a CSV file. |
Dateien
,
CSV Daten
|
ExcelSheetUpdate
ExcelSheetUpdate
|
- | Appends or updates data in single sheet of Excel file. |
Dateien
|
MultiColumnSplitToRows
MultiColumnSplitToRows
|
- | Split a column by delimiter and create new rows. Each column colum will be filled with the value at the split-position (e.g. a row with "color=red,green,blue" and "size=S,M,L" will become 3 rows. [{color=red, size=S}, {color=green, size=M}, {color=blue, size=L}). | |
HTMLWriter
HTMLWriter
|
- | Converts a Spreadsheet into a String, representing an HTML Table. | |
Mapper
Mapper
|
- | Converts one spreadsheet into another. | |
DatastoreBackup
DatastoreBackup
|
- | Creates a backup of a Datastore as a ZIP-file. (Datastore Schema, Definition and Data as CSV file). |
Dateien
|
SearchInDatastoreByIdentifiers
SearchInDatastoreByIdentifiers
|
- | Searches records in a datastore using a SPREADSHEET containing an identifier (1-3). | |
SearchDatastore
SearchDatastore
|
- | Allows to search a datastore and returns data as a spreadsheet. This step provides the same search features as the search form in a datastore. |
Reports / Auswertungen
abrufen
|
ExcelReader
ExcelReader
|
- | Reads an .xls files from Excel into a Spreadsheet. |
Dateien
|