Questions tagged as 'txt'

0
answers

How to change specific text from a txt file?

In my notepad you have 2620 lines which is the maximum. >PRODUTO [1] 1. Exemplo de texto 1 2. Exemplo de texto 2 >PRODUTO [2] 1. Exemplo de texto 1 2. Exemplo de texto 22 >PRODUTO [3] 1. Exemplo de texto 1 2. Exemplo de texto 2 3. Exe...
asked by 04.05.2018 / 15:28
2
answers

Export process information to a .txt - Python

Good morning! I have a problem exporting the information that my process is generating. Currently I copy everything that is in my print and paste it into a txt file, but I would like to take this manual process from my project. I wanted...
asked by 20.03.2018 / 15:03
0
answers

Problem in crawling a text document

The purpose of the project is to develop a program that reads a text document (a dictionary in% with% more concretely) and removes the words, ignoring their definitions, special characters. The words to be taken are all in txt , hyphena...
asked by 28.03.2018 / 18:06
0
answers

Transform html data within txt into Excel tables

I'm trying to transform some data that is in html and are within a txt to .xls in table form, that data is pertinent there is an email body that extracts, if there is any other idea I might be pulling that body and playing as xls would help me a...
asked by 13.03.2018 / 19:18
1
answer

Lines break in txt file - Python

I have a file that selects the main words cited in the code I have prepared. But at the time of sending to my .txt file it loses the line break that would be most important for this document. Code: f = open(r"C:\Users\guilgig\Desktop...
asked by 20.03.2018 / 20:31
1
answer

Java does not end txt file, generates txt more than 100MB

My output file, not for which reason, now does not end, if left running, creates a text file with more than 1GB , just to terminate the process in the task manager on the link above is my application code, opening the file and closing but being...
asked by 02.03.2018 / 20:23
1
answer

How to convert a saved string to a .txt file, to an integer?

Example: test = open ('test.txt', 'w') test.write ('6000') test.close () How do I convert the contents of the .txt file to integer in order to be able to do operations with it? if you can not do this, how can I save data without losing it...
asked by 28.02.2018 / 18:02
1
answer

Importing .txt using php + mysql

Good evening, I've tried other ways but I could not. I need to run the query from the code below in one go instead of inserting row by row in the database. Would anyone have salvation? <?php set_time_limit(0); if (!isset($seguranca)) { exi...
asked by 03.03.2018 / 22:57
2
answers

Read a TXT file and put its content in a LinkedList

I need to read a TXT file and add its contents to variables in a list. However, the file does not have the same amount of characters in all rows. In the entry we have a sequence, two numbers in a row and a sequence of characters in another. E...
asked by 19.02.2018 / 21:16
2
answers

Read data from java txt file and perform operations on Java

I'm doing a rental car in java I need to read from a txt the type of client (char), a range of dates (string) and the amount of passengers (int). I need to bring this data to be analyzed, for example according to the passenger qtd I make calc...
asked by 18.02.2018 / 13:28