BrandNewTester Posted August 6, 2012 Posted August 6, 2012 (edited) Hi all.......... i m new to autoit..... I need to compare two text file, and write data to the another file.. here i pasting my two text file.... and problems... plz help me to do this task... Thanks in advance.......... <file contents removed at OP's request> i need to compare first file value is there in second file or not ..... how to do this....., plz any one help me.... thanks to all in advance..... Edited August 7, 2012 by Melba23 Edited at users request
water Posted August 6, 2012 Posted August 6, 2012 How large are this files? You could read both files into an array and then compare the content in a loop. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
GEOSoft Posted August 6, 2012 Posted August 6, 2012 And we could be nice and ask a mod to move this to the proper forum. George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
czardas Posted August 6, 2012 Posted August 6, 2012 Can you filter out the noise? The question is not entirely clear to me, but I imagine you are only interested in the following line: ADDRESS : 111.222.333.444 The problem is reduced to locating the above line in the second file and testing if 164.99.181.125 occurs within that line. With the first file you need to know if the format is always the same or not. How can you identify these values unambiguously. Could there be any repeat addresses within the second file. Think it through. operator64 ArrayWorkshop
Moderators Melba23 Posted August 7, 2012 Moderators Posted August 7, 2012 As the OP has asked for the content of the files to be removed there is little point in keeping the thread open. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts