Find Jobs
Hire Freelancers

UNIX Text File Manipulation

$30-250 USD

Completed
Posted over 4 years ago

$30-250 USD

Paid on delivery
I have several UNIX text files that need to be manipulated. I would like a parameter file to edit what I want in the file and the program would read the parameter file and write a log file. Example of text file to be edited: !echo "Creating ad_queue..." CREATE TABLE ad_queue ( Ad_no numeric(9) NOT NULL PRIMARY KEY, Publication char(4) NOT NULL, Zone char(4) NOT NULL, Queued_date huge date NOT NULL, Queued_time time NOT NULL, Queueing_operator char(14) NOT NULL, Try_count smallint NOT NULL, Try_date huge date NOT NULL, Try_time time NOT NULL, Server_select char(1) NOT NULL, In_process char(1) NOT NULL, Error_Message_Text text ); !echo Creating ad_queue indices ... !echo "`date`: ad_queue_hash" CREATE UNIQUE HASH INDEX ad_queue_hash on ad_queue (Ad_no); COMMIT WORK; I need the file to be in Oracle syntax: CREATE TABLE ad_queue ( Ad_no NUMBER(9) NOT NULL PRIMARY KEY, Publication VARCHAR2(4) NOT NULL, Zone VARCHAR2(4) NOT NULL, Queued_date VARCHAR2(12) NOT NULL, Queued_time VARCHAR(6) NOT NULL, Queueing_operator VARCHAR2(14) NOT NULL, Try_count NUMBER(9) NOT NULL, Try_date VARCHAR2(12) NOT NULL, Try_time VARCHAR2(6) NOT NULL, Server_select VARCHAR2(1) NOT NULL, In_process VARCHAR2(1) NOT NULL, Error_Message_Text CLOB ); CREATE INDEX ad_queue_hash on ad_queue (Ad_no); A parameter file for what to search and replace with would work best, maybe something like this: ####################### Look_for_line..............................char Replace_with..............................VARCHAR2 I have several conditions. The input file should remain intact and a new file with changes should be written.
Project ID: 23658072

About the project

22 proposals
Remote project
Active 4 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
Hello. I understand you needs. It can be done easily using shell script. It will be native for any system so it's a better choice for this task. I'm ready to do it and make a short guide for you how and what to modify in future in case you will need to add something to script by yourselves. Ask me any questions and let's start. I'm ready to do it quickly. It doesn't cost more then 50$ so skip with other proposals or you will be overpaid.
$50 USD in 1 day
5.0 (2 reviews)
1.8
1.8
22 freelancers are bidding on average $122 USD for this job
User Avatar
I can provide you a Perl based tool that will read your parameter file and perform modification. All I need to start is a full list of conditions you want to process and some samples from you. Thanks. Roman
$140 USD in 2 days
4.9 (422 reviews)
7.3
7.3
User Avatar
Hi, I'm interested to code a Perl script to manipulate the text file for you. Please send all the conditions to proceed. ___________________________________________________________________________________________
$150 USD in 2 days
5.0 (54 reviews)
6.6
6.6
User Avatar
I am a computer engineer and a teaching assistant as well. I have +5 years exp in Python desktop development using different modules (Ex:PyQt5,..etc). I have developed many apps for windows/Linux such as Chat messaging app, Security apps based on cryptography, Server/Client apps, Games,...etc. I will give you the app/script you want finished efficiently and quickly as well.
$100 USD in 2 days
4.9 (30 reviews)
4.6
4.6
User Avatar
Hi Are you looking for a script in specific language. If not i can write this is shell script. You can review my profile and let me know if interested. Thanks
$75 USD in 2 days
5.0 (29 reviews)
4.5
4.5
User Avatar
Hello my name is Nikos and Im working on the Linux server administration field for the past 6 years. Over these years I worked for two web hosting companies as a Senior Administrator managing their servers & providing customer support. I have extensive experience with the following control panels: CPanel, Plesk, Directadmin, SolusVM, VestaCP and many more. I can do what you are asking for. Message me for more details. Regards
$127 USD in 1 day
5.0 (9 reviews)
4.1
4.1
User Avatar
Hi There!! I have been working as Linux Administrator for 6+ years and have written many shell scripts and Ansible Playbook for automating projects. I have been working in the vRealize Automation tool which has various Blueprints(45 in total including Application and DB) consisting of steps done in shell scripting. I have the right skill to take care of your request. Ping me we can have a chat and decide how to move on,
$47 USD in 1 day
5.0 (10 reviews)
3.4
3.4
User Avatar
"Hi, Hope you are doing well! Thanks for sharing your project requirement with us. It will be our great pleasure to work on your project. I have checked your requirement, yes we can do it, because we already work on similar requirement in past. We have right skills to work on this assignment. We will complete the work as per requirement
$100 USD in 7 days
5.0 (3 reviews)
3.1
3.1
User Avatar
Hi there, how are you? I see that you're looking for a Unix expert to make a text manipulation script. Fortunately, I'm Unix enthusiast and use Linux every day so this project shouldn't be a problem for me. If you're looking forward to working with me or have some questions feel free to direct message me Rafal
$100 USD in 1 day
5.0 (3 reviews)
2.1
2.1
User Avatar
Hi Client, Good Day! I can assist you on your requirements, I have been building shell scripts to automate tasks and may help you with file manipulation. Thanks and have a good day.
$30 USD in 3 days
5.0 (2 reviews)
1.2
1.2
User Avatar
Hey, I can buid a text mainulation script for you that can take parameters and replace as per the user need. I am a professional python developer with experience of about 3+ years. I am also an opensource contributor so you can rely on me over quality of the script. Let's discuss over chat. Thanks
$90 USD in 2 days
5.0 (1 review)
0.6
0.6
User Avatar
Hi, My name is Sandeep, I am senior Mobile and Web developer with 8+ years of rich experiences. I have good skills in Python, React Native, Angular, Php and Javascript. ________________________________________________ Single point of contact to deliver end-to-end: _________________________________________________ - Custom Software and Mobile App Development - Web development, CMS based solutions, JSON, 3rd party API’s like Google maps - Business Application and Web Portals - Proficient in Platforms like NodeJs, ReactJS, React Native, Python for small and medium global customers. - PHP, Codeingnitor, HTML, CSS, Angular, jQuery, Javascript etc Our clients have come to rely on our expertise, reliability, and speed for bringing innovation to reality. Let's start the chat so that we can discuss more on the project. Looking forward to hearing from you soon. Thanks and Regards Thanks & Regards Sandeep Gupta
$140 USD in 7 days
0.0 (0 reviews)
0.0
0.0
User Avatar
I have read , we can start Friday. Contact to me by chat in order to get details.( to define milestones)
$133 USD in 3 days
0.0 (0 reviews)
0.0
0.0
User Avatar
Already did the similar parameter file generation and replace/modify/add in parameter file also. I can do it better because I have created a similar utility for CMM Level 5 company. I will create separate script for that if you pass file name, replace character, replace word based on that it will perform the action
$276 USD in 5 days
0.0 (0 reviews)
0.0
0.0
User Avatar
Hi, This seems as simple job. I need input files or all samples of input files. And list of transformations. Q: It's possible to test it on db? I can write Perl code to do this work. Kind regards,
$100 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
Tried and confirming that I can help you on this if you are ready to work with me. Need to understand your further conditions to know better
$140 USD in 2 days
0.0 (0 reviews)
0.0
0.0
User Avatar
we can have an XML file which store keywords to be replaced with new keywords. we retrieve all files in Unix directory and with the help of XML file, we can create new text files with replaced keywords in the same folder or new folder. message me if you like the idea.
$222 USD in 1 day
0.0 (1 review)
0.0
0.0

About the client

Flag of UNITED STATES
Saratoga Springs, United States
5.0
1
Payment method verified
Member since Dec 27, 2017

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.