Dec 1, 2015 #1 Abi786 Aerospace Joined Nov 17, 2015 Messages 15 Location KR Hi all, i need to extract strength values from .f06 file for multiple number of plies. For that I need to select only a column Does any one knows how can i do it easily ? If such thing exist in postprocessor, please do tell Much thanks Abi
Hi all, i need to extract strength values from .f06 file for multiple number of plies. For that I need to select only a column Does any one knows how can i do it easily ? If such thing exist in postprocessor, please do tell Much thanks Abi
Dec 1, 2015 #2 rb1957 Aerospace Joined Apr 15, 2005 Messages 16,130 Location CA excel is good for this, but ... open the f06 in word, save in .txt format, in excel, input data from text, make sure the column you want is a single column in excel. another day in paradise, or is paradise one day closer ? Upvote 0 Downvote
excel is good for this, but ... open the f06 in word, save in .txt format, in excel, input data from text, make sure the column you want is a single column in excel. another day in paradise, or is paradise one day closer ?
Dec 1, 2015 #3 IRstuff Aerospace Joined Jun 3, 2002 Messages 44,892 Location US Note that Excel does have a limit on the number of rows There are programs that can parse fixed format files. like: http://download.cnet.com/Data-Parse-Free-Edition/3000-2248_4-10413679.htmlhttp://download.cnet.com/Log-Parser-QL/3000-2248_4-10846170.html You could possibly write your own: https://en.wikipedia.org/wiki/Comparison_of_parser_generators TTFN I can do absolutely anything. I'm an expert! homework forum: //http://www.engineering.com/AskForum/aff/32.aspxfaq731-376 forum1529 Upvote 0 Downvote
Note that Excel does have a limit on the number of rows There are programs that can parse fixed format files. like: http://download.cnet.com/Data-Parse-Free-Edition/3000-2248_4-10413679.htmlhttp://download.cnet.com/Log-Parser-QL/3000-2248_4-10846170.html You could possibly write your own: https://en.wikipedia.org/wiki/Comparison_of_parser_generators TTFN I can do absolutely anything. I'm an expert! homework forum: //http://www.engineering.com/AskForum/aff/32.aspxfaq731-376 forum1529