Python Forum
How to removewhat is common from one text file using another text file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to removewhat is common from one text file using another text file
#1
I have a file that contains the following text.

File1.txt

For all intents and purposes, the reason Mr. Henderson arrived late for work was due to the fact that he stopped at very many traffic lights that were red in colour.
I then have another file with the following text.

File2.txt

[ 4 , 0 , "For all intents and purposes, t" , "T" , 3 , "he reason Mr. " , 3 , "Henderson arrived late for work was " , 0 , "d" , "beca" , 3 , "u" , 2 , "s" , 3 , "e" , 1 , " to the fact that" , 3 , " he stopped at very many traffic lights that were red " , 1 , "in" , 3 , " " , 1 , "colour" , 3 , ". " , 4 , 4 ]

I wish to use File2.txt to remove what is common to file1.txt. Outputting the result to File3.txt.
The contents of File3.txt should when done look like this.

Mr. Henderson arrived late for work because he stopped at many red lights.
Reply
#2
what have you tries so far?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to Randomly Print a Quote From a Text File When User Types a Command on Main Menu BillKochman 13 681 Apr-18-2024, 07:07 AM
Last Post: Bronjer
Brick Number stored as text with openpyxl CAD79 2 381 Apr-17-2024, 10:17 AM
Last Post: CAD79
  Sending a text from Python sawtooth500 2 159 Apr-14-2024, 01:56 PM
Last Post: sawtooth500
  very newbie problem on text file zapad 2 197 Apr-12-2024, 06:50 PM
Last Post: zapad
  help with scrolling text on RGB Matrix Foutsy 3 254 Apr-09-2024, 09:00 PM
Last Post: deanhystad
  Text parsing Arik 5 381 Mar-11-2024, 03:30 PM
Last Post: Gribouillis
  replace text in a txt cartonics 19 2,215 Jan-30-2024, 06:58 AM
Last Post: Athi
  Text conversion to lowercase is not working ineuw 3 460 Jan-16-2024, 02:42 AM
Last Post: ineuw
  file open "file not found error" shanoger 8 1,087 Dec-14-2023, 08:03 AM
Last Post: shanoger
  Script that alternates between 2 text messages DiscoMatic 1 517 Dec-12-2023, 03:02 PM
Last Post: buran

Forum Jump:

User Panel Messages

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