Questions tagged as 'txt'

0
answers

How to save form data to a local txt file via JS [pending]

I am creating a very simple project and need to save the two entries in a txt file separated by a comma locally in the folder where the html is. I need to do it through Javascript but I can not. Can anyone help me? My html code: <!DOCTYP...
asked by 08.10.2018 / 20:12
0
answers

retrieve txt file in formatted with utf-8 in python

Good evening!    I'm having trouble recovering .txt files with python for popular lists or dictionaries, the problem is that these files do not come with uft-8 formatting. example txt content: what is today's date? (here comes a separating tab)...
asked by 10.09.2018 / 23:52
0
answers

Feed a list with data from the txt file

Hello, good morning! People need help! I have the following list created in html, it is not complete, just p you understand. <ul class="lista"> <li>Datetime:</li> <li>Velocidade:</li>...
asked by 29.08.2018 / 17:14
1
answer

Stack multiple txt files using pandas

I wanted to do a routine that accumulates the data I extract from google analytics every day, but my code has an error that I can not solve: import pandas as pd import os import glob my_dir = 'N:/E-Commerce/Relatorios/Bases/Source/Canais' fil...
asked by 26.06.2018 / 23:46
0
answers

Newsletter using .txt file

Could someone tell me how I do an INPUT where the person types the email, and when I click the send / sign button, the email is registered in a .txt file? Thank you!     
asked by 22.06.2018 / 20:20
0
answers

Site text system

I'm making a website that will support multiple languages, but the most difficult thing is the method of translating each word / phrase of the site. In case I was thinking of doing a system where the words will stay in a .txt file and assign the...
asked by 18.06.2018 / 23:13
1
answer

Edit text file in a specific line [closed]

I have a txt file that tells me 3 fields: error line, wrong number and number to replace. But I'm not thinking of an instruction to go directly to the line I need, this file follows a layout. I can put the examples here, if you like. l...
asked by 14.06.2018 / 20:51
0
answers

How to remove row from a txt file using Java?

I have a class that I called "database", in this class I can save a note in a txt file to access later. Well the problem is I do not know how to delete some annotation if necessary. I tried to create a new file, then tried to create a ArrayLi...
asked by 06.06.2018 / 20:10
1
answer

How do I translate my results into a txt, excel or word file?

I have a code in Python that does the following: Extract multiple table data into distinct excels and perform a linear regression between them. So far so good but how do I make my results clean in a TXT, excel or word file? Thanks Here's my s...
asked by 17.05.2018 / 06:53
0
answers

Removal of txt files in C ++

I made a mergesort ordering program for a giant txt that can not exceed that user-defined primary memory limit, so I had to split 1 txt into several other temporary ones, the problem is, depending on how much memory the user program may create s...
asked by 14.05.2018 / 02:58