python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
I am trying to invoke rest API using Java transformation getting compile error as cannot find symbol set Requestmethod
Below are the java packages and code written.
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.net.URL;
import java.net.HttpURLConnection...
Ashok
Votes: 0
Answers: 1
oracle insert o into timestamp column
I am having a csv file which contains 0 in timestamp column in source , when it is being inserted into oracle through informatica it is populated as NULL values. I am not sure whether this is correct ...

abirami ramachandran
Votes: 0
Answers: 1
How do I send multiple ports data as single string into flatfile informatica?
I have multiple variable ports which gave some fixed values assigned. I need to pass this variable ports into single output port as string and capture in flatfile.
Expression:
Id_v:'xxxx'
Password_v:'...
Ashok
Votes: 0
Answers: 0
Update Strategy with DD_INSERT
Why we use Update Strategy transformation with DD_INSERT however Informatica automatically inserts the data without Update strategy transformation?
expecting the answer
Karanraj Kasat
Votes: 0
Answers: 2