Hello ,
is there a way to find the layers name that has only attribute names but all attributes name has completely no data inside it
source data :oracle non spatial
FME 2021
Thanks in advance
Hello ,
is there a way to find the layers name that has only attribute names but all attributes name has completely no data inside it
source data :oracle non spatial
FME 2021
Thanks in advance
Best answer by david_r
My preferred method would be as follows:
select count(1) as MY_TABLE_COUNT
from @Value(fme_feature_type_name)
This will avoid reading any data into FME, which is very efficient especially if there are tables with a lot of data among the empty ones.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.