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
  Paste text with caret already positioned inside a placeholder; Wehaveall 2 1,013 May-14-2025, 01:12 AM
Last Post: armorerratic
  subprocess check_output text cut off Axel_Erfurt 5 938 Feb-20-2025, 02:15 PM
Last Post: DeaD_EyE
  How can I write formatted (i.e. bold, italic, change font size, etc.) text to a file? JohnJSal 12 28,643 Feb-13-2025, 04:48 AM
Last Post: tomhansky
  Python - Hidden Text / Html Mail python1337 1 3,718 Feb-08-2025, 10:47 AM
Last Post: python1337
  How to write variable in a python file then import it in another python file? tatahuft 4 1,062 Jan-01-2025, 12:18 AM
Last Post: Skaperen
  Problems writing a large text file in python Vilius 4 1,141 Dec-21-2024, 09:20 AM
Last Post: Pedroski55
  Get an FFMpeg pass to subprocess.PIPE to treat list as text file? haihal 2 1,178 Nov-21-2024, 11:48 PM
Last Post: haihal
  parsing a tree of text first the right most aligned blocks of text and so on arvindikchari 2 892 Nov-21-2024, 01:42 AM
Last Post: BashBedlam
Photo image generation with text style Belialhun 0 728 Oct-08-2024, 01:53 PM
Last Post: Belialhun
  JSON File - extract only the data in a nested array for CSV file shwfgd 2 1,192 Aug-26-2024, 10:14 PM
Last Post: shwfgd

Forum Jump:

User Panel Messages

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