Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How do i read particular text from text file and update those values in MS SQL table
Post: RE: How do i read particular text from text file a...

Thanks for your great help. i will appreciate. Definitely i will take a tutorial. I asked several times for the concepts/Logic and you replied serveral times. But, for the solution it's required on...
ganeshsai2912 General Coding Help 33 14,988 Nov-20-2018, 12:55 AM
    Thread: How do i read particular text from text file and update those values in MS SQL table
Post: RE: How do i read particular text from text file a...

where we need to change..?
ganeshsai2912 General Coding Help 33 14,988 Nov-16-2018, 02:06 PM
    Thread: How do i read particular text from text file and update those values in MS SQL table
Post: RE: How do i read particular text from text file a...

I tried some code's. but, no luck and i am struggling. I have no idea how to proceed further..? Note : Mention index which we need to hard code or loop it...?
ganeshsai2912 General Coding Help 33 14,988 Nov-16-2018, 01:29 PM
    Thread: How do i read particular text from text file and update those values in MS SQL table
Post: unable to read specific text from text file using ...

I writing python program which read specific text from text file. The program is working fine if it is static line index. if it is dynamic search in the whole document, i am unable to read.. partic...
ganeshsai2912 General Coding Help 33 14,988 Nov-16-2018, 12:43 PM
    Thread: How do i read particular text from text file and update those values in MS SQL table
Post: RE: How do i read particular text from text file a...

can you give me clue..?..how to access line by index
ganeshsai2912 General Coding Help 33 14,988 Nov-16-2018, 10:22 AM
    Thread: How do i read particular text from text file and update those values in MS SQL table
Post: RE: How do i read particular text from text file a...

not clear..
ganeshsai2912 General Coding Help 33 14,988 Nov-16-2018, 07:26 AM
    Thread: How do i read particular text from text file and update those values in MS SQL table
Post: RE: How do i read particular text from text file a...

Thanks for your information. The code is perfectly working except specific text in different line. if i get that specific portion code, my problem solved and i will close the issue. like that, i have...
ganeshsai2912 General Coding Help 33 14,988 Nov-16-2018, 05:48 AM
    Thread: [split] How do i read particular text from scanned documents
Post: RE: How to read particular text from scanned or im...

Thanks for your information. we have "n" number of scanned documents which contains some text. my client asked to search text from image documents based on their parameters. every day they are rece...
ganeshsai2912 Data Science 3 2,454 Nov-16-2018, 04:16 AM
    Thread: [split] How do i read particular text from scanned documents
Post: [split] How do i read particular text from scanned...

Ay update pls... **smile**
ganeshsai2912 Data Science 3 2,454 Nov-16-2018, 01:22 AM
    Thread: How do i read particular text from text file and update those values in MS SQL table
Post: RE: How do i read particular text from text file a...

Thank You. Is it possible to read one more item fro the text file.. currently i am using empno, name, sal. along with this, i need to add two more parameter (relieve date,EmpDesignation,No.ofPrjhan...
ganeshsai2912 General Coding Help 33 14,988 Nov-16-2018, 12:57 AM
    Thread: How do i read particular text from text file and update those values in MS SQL table
Post: RE: How do i read particular text from text file a...

Yes. i used executemany. below i the error params = (Staff_no, Emp_name, emp_dept) #res = cursor.executemany(sql, val) res = cursor.executemany("insert into test1(Staffno, EmpName, Department...
ganeshsai2912 General Coding Help 33 14,988 Nov-15-2018, 02:52 PM
    Thread: How do i read particular text from text file and update those values in MS SQL table
Post: RE: How do i read particular text from text file a...

sorry. error is below. --------------------------------------------------------------------------- ProgrammingError Traceback (most recent call last) <ipython-input-49-e00...
ganeshsai2912 General Coding Help 33 14,988 Nov-15-2018, 02:38 PM
    Thread: How do i read particular text from text file and update those values in MS SQL table
Post: RE: How do i read particular text from text file a...

I tried the below code.. but, it is showing error. what is the problem in the below code.. cnxn = pyodbc.connect('DRIVER={SQL Server Native Client 11.0};SERVER='+server+';DATABASE='+database+';UID=...
ganeshsai2912 General Coding Help 33 14,988 Nov-15-2018, 02:35 PM
    Thread: How do i read particular text from text file and update those values in MS SQL table
Post: RE: How do i read particular text from text file a...

It's working. Need some sql insert help (output values).. which value i want insert in SQL...
ganeshsai2912 General Coding Help 33 14,988 Nov-15-2018, 02:06 PM
    Thread: How do i read particular text from text file and update those values in MS SQL table
Post: RE: How do i read particular text from text file a...

Thanks.. Output is coming with the following error. Also, it will not read all the text file which contains in the folder. it will read only one file. ---------------------------------------------...
ganeshsai2912 General Coding Help 33 14,988 Nov-15-2018, 01:47 PM
    Thread: How do i read particular text from text file and update those values in MS SQL table
Post: RE: How do i read particular text from text file a...

still following error coming. --------------------------------------------------------------------------- ValueError Traceback (most recent call last) <ipython-input...
ganeshsai2912 General Coding Help 33 14,988 Nov-15-2018, 01:42 PM
    Thread: How do i read particular text from text file and update those values in MS SQL table
Post: RE: How do i read particular text from text file a...

Thanks dear. getting error. --------------------------------------------------------------------------- NameError Traceback (most recent call last) <ipython-input-2...
ganeshsai2912 General Coding Help 33 14,988 Nov-15-2018, 01:37 PM
    Thread: How do i read particular text from text file and update those values in MS SQL table
Post: RE: How do i read particular text from text file a...

Sample File Test File attached.
ganeshsai2912 General Coding Help 33 14,988 Nov-15-2018, 01:01 PM
    Thread: How do i read particular text from text file and update those values in MS SQL table
Post: How do i read particular text from text file and u...

I have multiple text file in my folder. Every text file contains some data (like empno,name,salary). Ex : empno:101 name:Rasul SAL:30000 Like above i have more than 1000 rows in every t...
ganeshsai2912 General Coding Help 33 14,988 Nov-15-2018, 12:49 PM
    Thread: [split] How do i read particular text from scanned documents
Post: [split] original first post

How to read particular text (like empno,name,salary,etx) from scanned or image file and store in db using python with any one deep learning library (like tensorflow, pytorch,etc)
ganeshsai2912 Data Science 3 2,454 Oct-22-2018, 08:52 AM

User Panel Messages

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