Search Results

Search: Posts Made By: ramakanth_burra
3,269
Posted By ramakanth_burra
Hi Panyam thanks for your help. By the time I saw...
Hi Panyam thanks for your help. By the time I saw your solution I did some research and found a solution as below

head -1 < filename.csv | cut -d ',' -f2.....however this is working on command...
3,269
Posted By ramakanth_burra
Hi itkamaraj, thanks for the help. However, could...
Hi itkamaraj, thanks for the help. However, could you please provide the code as I am running short of time ?
3,269
Posted By ramakanth_burra
I am new to the shell scripting...so still going...
I am new to the shell scripting...so still going through docs for the solution
3,269
Posted By ramakanth_burra
Help required in parsing a csv file
Hi Members, I am stuck with the following problem. Request your kind help

I have an csv file which contains, 1 header record, data records and 1 footer record. Sample is as below

Contents of...
6,242
Posted By ramakanth_burra
Help required in passing multiple arguments from a shell script to a pl/sql block
Hi, hope everyone are fine. Please find my issue below, and I request your help in the same

In a configuration file, i have a variable defined as below

TEST = 'One','Two','Three'

I am trying...
Forum: Programming 06-28-2010
1,411
Posted By ramakanth_burra
Help in sorting and merging lists
Hi everyone, need your help in sorting and merging two numerical lists


Example:

I have one list 1 2 3 4 5 7 and the other 4 6 8, then the final output should be 1 2 3 4 5 6 7 8


...
4,138
Posted By ramakanth_burra
Re:Thank you
Hi Everyone, after help from pseudocoder and my struggle to achieve the desired output, I could finally parse a c++ file and pull out the data types and its related properties into a csv file. I am...
1,299
Posted By ramakanth_burra
Re:Help with splitting the line
Thanks, devtakh, it worked fine!

Regards,
Ramakanth
1,299
Posted By ramakanth_burra
Re:Help with splitting the line
Thanks Devthak. But It will be very useful to me, if the code is written in perl.

Regards,
RB
1,299
Posted By ramakanth_burra
Re:Help with splitting the line
Hi Devtakh, thanks for your quick reply. Can you please provide the solution in perl code?

Regards,
RB
1,299
Posted By ramakanth_burra
help in splitting
Hi experts,

In the lines below I am trying to copy only the words which come after "//" into an array


short nloh; // Comments
int age; // Age of the person
Please help me in achieving...
10,743
Posted By ramakanth_burra
Format text to bold from perl script to csv
Hi everyone, is there any way in perl using which we can print the selective words in bold when we write the output to a csv file?

Please find the example below


1. Filename: A

2. name age...
4,138
Posted By ramakanth_burra
Re:Thank you
Hi Pseudocoder, thanks a ton, for your help in resolving my problem. Your solution is the exact one that I was searching for. I could not have asked better than that.

In case of recend (record...
3,685
Posted By ramakanth_burra
Re: Help with removing additional commas in string
Thanks to anchal and dev for your quick replies.

I was looking for a solution in perl. I used the sed code given by anchal and modified to suit perl. Its working absolutely as I required.
...
3,685
Posted By ramakanth_burra
Help with removing additional commas in string
Hi Experts,

I have below strings


hello,hi,,,,,,start date
age,code,,,,,61,season
I am trying to format this string to

hello,hi,start date
age,code,61,season
Can anyone please help me...
4,138
Posted By ramakanth_burra
Hi Pesudocoder forgot to mention, comma-separated...
Hi Pesudocoder forgot to mention, comma-separated CSV file output will also be sufficient,
but with the values that I mentioned in the above output format

Regards,
RB
4,138
Posted By ramakanth_burra
Sample header file
Hi, pseudocoder...many thanks for your reply. Please find the sample header attached

Please see the desired output after the above header file is processed.


Name of the file: sample.h

Id ...
4,138
Posted By ramakanth_burra
More information on the issue
Hi, thanks for replying. Please find the below solution that I was trying to do.

First I read the directory in which my header files are there, and then read each file to search for the string...
4,138
Posted By ramakanth_burra
Help with perl script while reading a file
Hi Everyone, I am very new to perl, but came across a situation wherein I have to read a c++ header file and write the datatype, its identifier and also the length to an excel file. There can be...
Showing results 1 to 19 of 19

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