Skip to main content
Question

1st Data transfer to data

  • November 1, 2022
  • 6 replies
  • 22 views

Forum|alt.badge.img+5

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

image 

 

6 replies

f.kemminje
Contributor
Forum|alt.badge.img+11
  • Contributor
  • 189 replies
  • November 1, 2022

Use the feature writer transformer to write DB. and then take the output from there and read the table using the feature reader


Forum|alt.badge.img+5
  • Author
  • 170 replies
  • November 1, 2022

if i used that then it will read 1st then writer correct ?


Forum|alt.badge.img+5
  • Author
  • 170 replies
  • November 1, 2022

its taking to much time to read and have only one column and 1 value only imageimage


f.kemminje
Contributor
Forum|alt.badge.img+11
  • Contributor
  • 189 replies
  • November 1, 2022

use featurewriter transformer to write MD5

then from the same writer take the summery output and then use featurereader to read MD5


Forum|alt.badge.img+5
  • Author
  • 170 replies
  • November 1, 2022

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


danminneyatsaf
Safer
Forum|alt.badge.img+13
  • Safer
  • 485 replies
  • November 4, 2022

its taking to much time to read and have only one column and 1 value only imageimage

@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.

image 

If you're still having issues with reading the data, then please reply with a copy of your workspace logs attached.

 

Hope this helps!