what I trying to do is write the values in the Database and then read from there as a reader
but the problem is when I run my workspace its runs same time
what I m want is 1st load the data and then reader-run
what I trying to do is write the values in the Database and then read from there as a reader
but the problem is when I run my workspace its runs same time
what I m want is 1st load the data and then reader-run
Use the feature writer transformer to write DB. and then take the output from there and read the table using the feature reader
if i used that then it will read 1st then writer correct ?
its taking to much time to read and have only one column and 1 value only
use featurewriter transformer to write MD5
then from the same writer take the summery output and then use featurereader to read MD5
use featurewriter transformer to write MD5
then from the same writer take the summery output and then use featurereader to read MD5
yea its taking time to read the data around 15 mins
its taking to much time to read and have only one column and 1 value only
@asadamjad You've almost got your workspace in the right shape, so great job. There is one thing that you will need to adjust in your workflow. Instead of having the FeatureReader_3 connected to the Creator, you will want to connect it to the FeatureWriter which writes out the data in your to PostgreSQL. I've included a screenshot of how your workspace should look below.
If you're still having issues with reading the data, then please reply with a copy of your workspace logs attached.
Hope this helps!