txt

Split the txt file into parts by search

In general, the task is quite non-standard. There is a file of this type: ======================================== SAMPLE 1 ... separately. Since there is no ready-made solution, I tend to use python, but I don't really use it I know, can you tell me?

Read java TXT file data and perform Java operations

I am doing a car rental in java I need to read from a txt the type of client(char) , a range of dates(string) and the amount ... ile format : TYPE_CUSTOMER: QUANTITY_PASSENGERS: DATA1, DATA2, DATA3 Example: Normal: 2: 12Abr2018 (SEC), 13abr2018(ter)

Search for Strings in text files in PHP

I have a file called " Test.txt "inside it has multiple words, I have an input where I take the inserted word and would like to check if that word is contained inside this" file.txt". Does anyone know how to do this?

Write in TXT file with PHP

I have a file txt but it is missing the nome in several lines of the file, I would like to put the name according to the requ ... ;36;79283216;NOME;0203885036 just modify in the file it is not necessary to print on the screen.

Breaking lines in TXT file - Python

I am with a file selects the main words quoted in the code I have prepared. Put it in time to send to my file .txt it loses ... enci\n') ('13286¬ OTIMO ATENDIMENTO', '¬', 'ATEND\n') ('14747¬ E pq eu estou satisfeito . sendo Cliente.', '¬', 'CLiente\n')

Write linux bash outputs to a file

I need to do some tests on the linux command line, but doing all the tests is very time consuming, can someone help me, if I have how, to write code in shell script to run all the tests, and write the bash output to a TXT file?

How to format a txt file, inserting columns and changing date and time format with php script

I have text file generated from an access control device, when I download the file it comes without identification columns, W ... lp! This is a part of the file, a row with total 8 columns: 0000000001 001 00000000000090000001 01/01/2014 00:00:38 1 0 5

Sum of multiple text files *.txt

I have a series of files in .txt and I would like to sum them / join them all in one (regardless of order). Is it possible to do this by word vba, some other text editor, or other means?

BANK STATEMENT TXT (LAUNCHES)

Guys, Good Morning. I'm having the following problem. I have some TXT files of bank statements in which I need to throw for ... ----------------------------------------------------------------- Transação efetuada com sucesso por: 234252 GENESIO MARINHO

TXT file manipulation in JAVA

Hello ,I'm a beginner in java and I need to create a program that creates a txt file with a pre defined content , read it and ... nside the if that is able to separate only the lines with comments and create a new string with it? Thank you all very much

Which function allows you to open file.txt and run other functions in the content of this.txt?

What function in C language allows you to open file .txt and run other functions in the contents of this .txt?

Import data from a TXT to EXCEL spreadsheet via VBA

I would like help to import this file into an excel spreadsheet via VBA These data below are the ones in the txt file for i ... 00|0.25|0.92|1.10|0.25|1.11|1.60 02|AZUL4|AZUL S.A|21|349446|12335443.80|0.15|0.28|0.50|0.30|0.31|2.00 From now on I thank

Read TXT file and save in PHP array

I have a txt file, in which the data is separated by |. I would like to read and separate the content from within each pair ... le(!feof($arquivo)){ $result = explode("|",fgets($arquivo)); } fclose($arquivo); print_r($result); ?>

How to create a file.bat directly from C#?

I'm making a program in C # and in it I scratch a file .bat Look how I shave the File: string batDir = string.Format(@"C: ... screverTXT.WriteLine(stringArmazenandoComando); EscreverTXT.Close(); Now, how to do this only instead of TXT, write a BAT ?

Txt generation, does not work PHP EOL function

Good Morning, guys. I am working on a php page for generating a file.export txt data to be imported again into another system ... enerating everything right, but when it is placed on the company server it is happening and I do not know what to do anymore.

How to add text to a specific line in TXT file in Python?

I'm trying to store data in a txt file, but I need to write it to specific lines. How to proceed? I would like to do something like: data = open('arquivo.txt', 'a') data[linha específica].write('Texto desejado') data.close()

Read multiple text files using the System.IO and the look C#.NET and writing in these files

My problem is as follows. I have several files .txt in a pc directory. These files have information on each line and have bla ... ne("ALERTA: O ARQUIVO LOCALIZADO EM <-- " + path3+ " --> NAO EXISTE."); } Console.ReadKey(); } }

Pre-process large text files in R

I'm writing a script, which I'm going to make public, to open the RAIS microdata (de-identified, available here) in R using M ... s to be packaged as a command of R, the solution cannot depend on the OS or require the installation of things outside of R.

Setting parameters and filtering file.TXT

Guys I have a file with separator | in File .txt, I would like to turn it into File .xls and then work with it by filtering a ... nk you! Follows a template from the file".txt": |0000|005|0|||01072019|31072019|MODEL / 15684294000195 / SP|5107040||00|2|

Why don't files show their bits?

For example, I open a file .exe with notepad and see instead of 100101 I see a lot strange characters why this? What characte ... ry? How can I see the bits of a file and maybe edit them? If right edit one .exe can I program in binary? Even if it's hard.