Versions Compared
Version | Old Version 3 | New Version Current |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Scenario
Most business data is in a database somewhere. PhixFlow
...
can interface to most major
...
databases. For supported databases, seeĀ System Requirements and Compatibility.
In a
...
database, create a table. Now have PhixFlow read data from that table, modify it and write it back to that table.
Solution:
- Create
...
- a datasouce to your
...
- database.
- Create a
...
- database collector to take data from your datasource (via a SQL query) into a
...
- table.
- Update the
...
- table to modify one of the attributes of the data (for example, by multiplying it by 2)
- Create a
...
- database exporter to write the update back to the same
...
- database table
...
- .