Search Results

Search: Posts Made By: Nishithinfy
5,297
Posted By Nishithinfy
convert columns into rows
hi,

Apologies if this has been covered.
I have requirement where i have to convert a single column into multiple column.
My data will be like this -
2
3
4
5
6

Output required -
2 3 4...
8,592
Posted By Nishithinfy
converting fixed length file to delimited file
hi ,
i need to convert fixed length file to delimited file using unix where length of each column is variable
3,937
Posted By Nishithinfy
How to generate sample records from a file
i have a file having 30 million records.i want to generate a file having say 5% of total records in another file. the records in the new file shud be randomly generated.
23,117
Posted By Nishithinfy
how to pass variable in NR function used in awk command?
Hi

I want to pass variables with the NR function in awk command.

test_file1 is input file having 500 records.
var1=100.
var2=200

awk -F" " 'NR >= $var1 && NR <= $var2' test_file1 >...
10,468
Posted By Nishithinfy
Call unix script through informatica mapping
hi,

i want to call unix script from transformations used in informatica mapping?

can we do it in any way? Please reply ASAP.

We cant use Storep procedure transformation

Thanks in...
2,317
Posted By Nishithinfy
two files a.txt and b.txt . data of a.txt...
two files a.txt and b.txt .

data of a.txt :
mango~select * from employee
apple ~ select * from student

data of b.txt :

mango~select * from emp1

mango.xml is an informatica mapping...
2,317
Posted By Nishithinfy
Comparing two files
one error was there the txt file will not contain .xml extension. It will have only name that is mango.
Also wanted we are oing an ETL mapping in informatica, ehen we export it, it gets save into...
2,317
Posted By Nishithinfy
Comparing two files
Hi,

Suppose there are two files a.txt and b.txt
a.txt contains name and corresponding query (delimited by |)
Ex- mango.xml|select * from employee

b.txt contains data such as

...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 07:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy