How to add a PDF as Read object in mappings in Informatica Developer ?
pdf is an unstructured file to read.you have to use informatica B2b tool to convert such unstructured file into structured and then read.
Related
I am facing some challenge to create multiple PDF files in informatica 10.2.0, Please find the details below:
Requirement : - We need to spilt single xml file into multiple PDF files based on condition.
Tools used : - Informatica Powercenter, Informatica Developer.
Challenge : - I have created data processor in informatica developer and used this as service in informatica powercenter and created single PDF file
But not able to create multiple PDF files with this service. I have used sorter to sort the file based on my condition to split the file and then used transaction control to commit records based on the condition used and passing these records to the UDT transformation (calling service in this transformation) and then passing the output Buffer port to target.
Here in UDT transformation I have given Input type and Output type as 'file' in UDT settings tab in mapping.
Could anyone please provide suggestion to achieve a solution for this technical challenge.
create a variable to identify when a change or new xml is processed and use this to issue commit/continue in the Transaction control.
I think the transaction control is probably the wrong route to use here - try this https://kb.informatica.com/howto/6/Pages/1/154788.aspx
I am trying to upload a compressed file from my GCS bucket into BigQuery.
In the new UI it is not clear how should I specify to uncompress the file.
I get an error specifying as if the gs://bucket/folder/file.7z is a .csv file.
Any help?
Unfortunately, .7z files are not supported by Bigquery, only gzip files and the decompression process is made automatically, after selecting the data format and creating the table.
If you consider that BigQuery should accept 7z files too, you could fill a feature request so the BigQuery engineers have it in mind for further releases.
I have 6 GB .data file extracted from Microsoft Dynamics AX ERP system.
I'm unable to read the content as it gets distorted when I open it in Excel or text.
Help me out here, what is the best way to read it?
Is there any way of importing it as tabulation in R or another tool?
Try using SQL Server Integration Services or some other ETL tool to transform it into CSV or import into a table in a database.
I am completely new to databases, was wondering if there were ways to direcly upload the data in an excel file, to ORACLE APEX, if not, what would the best way be to upload small datasets .CSV extension around 15MB.
Apex enables you to directly upload CSV files using the Data Load Wizard. You can find a lot of tutorials. Here is just one.
You can also upload Excel files using the following methods:
EXCEL2COLLECTIONS Plugin
Create a procedure that will translate excel data into strings. Tutorial here.
Using AS_READ_XLSX package. Tutorial here.
Don't be shy to use google because you will find many more options.
Pl help me to read data from a password protected excel file with informatica
Basically i need to convert excel to csv and read with informatica
Thanks
Never done that, but I would do as follows.
Excel is accessible using ODBC. So define a ODBC data source in the server
(you would probably have to define a NAME in excel to delimitate the area you want imported).
Using (in Designer). Source->Import from database
you can then create the Source and specify the password.