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
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
how to handle when comma and double quotes altogether in CSV file while importing in Informatica
I have vendor SQL table which column value as :
131 Maker Tower, "F", Premises
While exporting in CSV from Informatica , following value is generated: ,
"131 Maker Tower, "F"...
Goks
Votes: 0
Answers: 2
How to get data in json format in informatica?
I have Id and email in flat file, I am using expression transformation, created an output port as string data type, trying to pass the value as below
'[
{
"Id":"'||Id||'"
&...
Ashok
Votes: 0
Answers: 1