Hi!
I'm not sure if the subject location is correct but i'd give it a try.
So our main goal is to situation where user makes some workflow with EG and in the end it loads data to dataset which is actually ODBC type Library and linked to postgre database (already included with our SAS package).
At the moment we have a working solution where there's some data in Postgre DB table and we can read it from EG.
For example, there's 3 column table created and filled with pgAdmin:

When I open it from EG, I can see data inside it:

Now if I export it to csv file for example and add another line, save and try to Import the csv again with EG, the behavior is as expected:

As seen on the image there's a third record (10;pole;kirjet). But when opening the same table from pgAdmin, the record is still missing (exactly the same as on the first image). It means the data actually doesn't flow from EG to database.
What we are missing?
I tried to find similar solution and found Load SAS Dataset to MS SQL Server via SQL server job but it is not quite that. Basically the main goal would be the solution where we can import filtered and processed data and import it to database (probably automatically in the future). We also could use the solution where we take the whole sas7bdat dataset and import it directly to database but let's say it would be a backup plan.
Thanks!
PL