Python Forum
Process Data from one csv file and write to another CSV file specific column
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Process Data from one csv file and write to another CSV file specific column
#1
Need Help on Process data in CSV file

We are automating the Backup report and the raw data contains 5 Master Servers Data Like below in one CSV file backup.csv

Master Server Job Primary ID Status Code Job Start Time Media Server Client Name Policy Name
Server1
Server2
Server3
Server4
Server5

I want to extract data based on Server1 ,2,3,4,5, and summarize in other CSV file backup_summary.csv

I can able to achieve it based on VB
Reply
#2
what have you tried? We are glad to help, but we are not going to do it for you.
Post your code in python tags, any traceback - in error tags, ask specific questions.
Sample input data and expected output will help to understand your case...
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Extracting the correct data from a CSV file S2G 6 202 9 hours ago
Last Post: snippsat
  Delete file with read-only permission, but write permission to parent folder cubei 6 22,166 Jun-01-2024, 07:22 AM
Last Post: Eleanorreo
  What does .flush do? How can I change this to write to the file? Pedroski55 3 388 Apr-22-2024, 01:15 PM
Last Post: snippsat
  encrypt data in json file help jacksfrustration 1 386 Mar-28-2024, 05:16 PM
Last Post: deanhystad
  Help copying a column from a csv to another file with some extras g0nz0uk 3 553 Feb-01-2024, 03:12 PM
Last Post: DeaD_EyE
  Extracting specific file from an archive tester_V 4 648 Jan-29-2024, 06:41 PM
Last Post: tester_V
  Last record in file doesn't write to newline gonksoup 3 551 Jan-22-2024, 12:56 PM
Last Post: deanhystad
  How should I process this data? SuchUmami 2 477 Jan-13-2024, 05:30 PM
Last Post: RockBlok
  data validation with specific regular expression shaheen07 0 398 Jan-12-2024, 07:56 AM
Last Post: shaheen07
  file open "file not found error" shanoger 8 1,409 Dec-14-2023, 08:03 AM
Last Post: shanoger

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020