I am having an issue with Gateway and perhaps someone can see the problem:
R>LOAD edisplit FROM podata.001 using edidata
R>sel count(edidata) from edisplit
count (edi
----------
3515 (Correct value)
R>del rows from edisplit
R>gateway import csv podata.001 append tempsplit
R>sel count(edidata) from edisplit
count (edi
----------
1649 (Should be 3515)
tempsplit is a temp view of edisplit having the one column edidata.
I do not see where the Gateway import option allows you to specify
a column to load so I had to use the temp view. EdiSplit has 5 columns
but I only want to load one.
?????
Thanks,
-Bob
--
Thompson Technology Consultants
LaPorte, IN 46350
219-363-7441