Python Forum
In need of insight regarding Python file reading mechanisms.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
In need of insight regarding Python file reading mechanisms.
#6
I see CDB files described many times in Post-Processing APDL Models Inside Ansys Workbench V15.0 - SimuTech Group but I do not see much that seems to help here. I suggest asking questions about Ansys somewhere that specialists can help you. Then when you need helps specific to Python you will have questions that Python specialists can help with. Ansys Learning Forum seems to be a good place to ask about Ansys and its files.

One possible explanation is that the newline characters are different. For example in Windows a newline is CRLF (carriage return and line feed) and in Unix/Linux it is just a CR and in Apple systems it is just a LF. Details like that might be overlooked. You could write an analysis program that just reads the lines and counts how many there are. If the count matches what you expect then using an editor to browse the file you can determine the record number you need. Then modify the analysis program to print just the lines (5 or 10 or so) before and after the line you need.
Reply


Messages In This Thread
RE: In need of insight regarding Python file reading mechanisms. - by SamHobbs - Sep-17-2021, 05:50 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Sad problems with reading csv file. MassiJames 3 713 Nov-16-2023, 03:41 PM
Last Post: snippsat
  Reading a file name fron a folder on my desktop Fiona 4 988 Aug-23-2023, 11:11 AM
Last Post: Axel_Erfurt
  Reading data from excel file –> process it >>then write to another excel output file Jennifer_Jone 0 1,156 Mar-14-2023, 07:59 PM
Last Post: Jennifer_Jone
  Reading a file JonWayn 3 1,137 Dec-30-2022, 10:18 AM
Last Post: ibreeden
  Reading Specific Rows In a CSV File finndude 3 1,023 Dec-13-2022, 03:19 PM
Last Post: finndude
  Excel file reading problem max70990 1 922 Dec-11-2022, 07:00 PM
Last Post: deanhystad
  Replace columns indexes reading a XSLX file Larry1888 2 1,021 Nov-18-2022, 10:16 PM
Last Post: Pedroski55
  Failing reading a file and cannot exit it... tester_V 8 1,865 Aug-19-2022, 10:27 PM
Last Post: tester_V
  Reading .csv file doug2019 4 1,744 Apr-29-2022, 09:55 PM
Last Post: deanhystad
  Reading an Input File DaveG 1 1,281 Mar-27-2022, 02:08 AM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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