HomeForum
Welcome, Guest

”’OP=1’ is not a valid integer value”
(1 viewing) (1) Guest
Data Warehousing and Data integration
  • Page:
  • 1

TOPIC: ”’OP=1’ is not a valid integer value”

”’OP=1’ is not a valid integer value” 11 months, 1 week ago #2954

  • Bill
  • OFFLINE
  • Junior Boarder
  • Posts: 20
  • Karma: 0
Hello,

we are planning to purchase your Advanced ETL tool and currently we are testing trial version.

So far looking good, but one problem occurs.

Calculation below is working fine in Transformation editor, but once saved and trying to open again Transformer properties ”’OP=1’ is not a valid integer value” error message occurs. It also prevents running transformation task.

Please advice.

Thanks and regards,
Bill


var
data:string;
search:string;
i:integer;
begin
data:='[F001]';
For i:=1 to 2 do
begin
Case i of
1 : search:='something';
2 : search:='something else';
end;
if pos(search,data) = 1 then
begin
Result:=copy(data,length(search)+1,100);
exit for;
end
else
Result:=data;
end;
end;

Re: ”’OP=1’ is not a valid integer value” 11 months, 1 week ago #2955

  • admin
  • OFFLINE
  • Moderator
  • Posts: 2183
  • Karma: 12
Hello.

Just did the same with the latest version.
Worked fine for me
Which version have you got?

Mike

Re: ”’OP=1’ is not a valid integer value” 11 months, 1 week ago #2956

  • Bill
  • OFFLINE
  • Junior Boarder
  • Posts: 20
  • Karma: 0
I found it !

my search string was

1 : ’ID=';

The equal character was the problem…

Thanks
Bill
  • Page:
  • 1
Time to create page: 0.17 seconds

Testimonials

One of the good things about Advanced ETL Processor that the trial has no limitations. There is no need to fill in any registration forms or to buy the software in advance.  That saved us a lot of time and we were able to load and  validate all our data when we needed it urgently.

John Parker.

User Login

You only need to log in or register to use our support forum



Our customers

BP

BBC

HSBC


Databases we work with

Go to top