User Tools

Site Tools


transformations:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
transformations:start [2019/12/07 12:31] – added 7 more actions dmitrytransformations:start [2020/06/29 09:02] – [Export] dmitry
Line 100: Line 100:
  
 ==== Export ==== ==== Export ====
-  * [[transformations:exportdb|Export into database]] - export EasyMorph table into database table+  * [[transformations:exportdb|Export into database]] - export EasyMorph table into database table.
   * [[transformations:exporttext|Export into delimited text file]] - export data into CSV or another delimited text format.   * [[transformations:exporttext|Export into delimited text file]] - export data into CSV or another delimited text format.
   * [[transformations:exportexcel|Export into Excel spreadsheet]] - export data into an Excel spreadsheet.   * [[transformations:exportexcel|Export into Excel spreadsheet]] - export data into an Excel spreadsheet.
   * [[transformations:exportgooglesheets|Export into Google Sheets]] - export data into a Google Sheets spreadsheet.   * [[transformations:exportgooglesheets|Export into Google Sheets]] - export data into a Google Sheets spreadsheet.
   * [[transformations:exportdataset|Export dataset]] - export dataset into a file in the native EasyMorph data format (.dset).   * [[transformations:exportdataset|Export dataset]] - export dataset into a file in the native EasyMorph data format (.dset).
 +  * [[transformations:exportpowerbi|Export to Power BI dataset]] - export to Power BI push-dataset.
   * [[transformations:exportqlikview|Export into Qlik file]] - export data into a Qlik QVD file.   * [[transformations:exportqlikview|Export into Qlik file]] - export data into a Qlik QVD file.
-  * [[transformations:export1010data|Export into 1010data]] - export into 1010data (experimental, not supported). +  * [[transformations:exporttableau|Export into Tableau]] - export data into a Tableau TDE/Hyper file or publish to Tableau Server/Online
-  * [[transformations:exporttableau|Export into Tableau]] - export data into a Tableau Data Extract or publish to Tableau Server. +  * [[transformations:exportxml|Export into XML file]] - export data into an XML file. 
-  * [[transformations:exportxml|Export into XML file]] - export data into XML file. +  * [[transformations:updatedb|Update database table]] - update a database table with values from EasyMorph.
 ==== Workflow / Internal ==== ==== Workflow / Internal ====
   * [[transformations:call|Call]] - pass table data to another project and run it once.   * [[transformations:call|Call]] - pass table data to another project and run it once.
   * [[transformations:either|Either table]] - between current table and another table choose one that is not empty.   * [[transformations:either|Either table]] - between current table and another table choose one that is not empty.
-  * [[transformations:halt|Halt on condition]] - stop project execution with an error if condition is TRUE for any row+  * [[transformations:halt|Halt on condition]] - stop project execution with an error if the specified condition is fulfilled
-  * [[transformations:iterate|Iterate]] - run another EasyMorph project once for each row in table. +  * [[transformations:iterate|Iterate]] - run another module/project once for each row in table. 
-  * [[transformations:iteratetable|Iterate table]]+  * [[transformations:iteratecolumns|Iterate columns]] - run another module/project once for each column in table and automatically append all returned columns into one table. 
 +  * [[transformations:iteratetable|Iterate table]] - run another module/project once for each row in table and pass another table to it. 
 +  * [[transformations:skiponcondition|Skip on condition]] - skip the rest of action in table if the specified condition is fulfilled.
   * [[transformations:status|Status]] - display custom project execution status message.   * [[transformations:status|Status]] - display custom project execution status message.
   * [[transformations:synchronize|Synchronize with another table]] - wait until another table is calculated.   * [[transformations:synchronize|Synchronize with another table]] - wait until another table is calculated.
transformations/start.txt · Last modified: 2024/04/12 00:30 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki