Christopher Wilson Posted February 17 Posted February 17 Hello everyone. I'm looking for an automated method to extract financial account activity data from a *.txt file and import it into an Excel file so we can import it into ASC. I'm sure it can be done via AI. I've tried to use Copilot with limited success. Python seems to be a possible solution. Thank you.
C. B. Zeller Posted February 17 Posted February 17 ASC can natively import txt files. Is the file structured in any reasonable way? Have you tried using one of ASC's import wizards or their predefined importer specs, if one exists for the data source you're using? If you want to take the approach of using code to extract/transform data before loading it into ASC, then a chatbot could probably help you write the code. I'd recommend that you know enough Python (or whatever language) to be able to read and understand the bot's output before relying on it in production. People on the internet seem to like Claude for that kind of task these days, but I can't offer any personal experience. mbvs 1 Free advice is worth what you paid for it. Do not rely on the information provided in this post for any purpose, including (but not limited to): tax planning, compliance with ERISA or the IRC, investing or other forms of fortune-telling, bird identification, relationship advice, or spiritual guidance. Corey B. Zeller, MSEA, CPC, QPA, QKA Preferred Pension Planning Corp.corey@pppc.co
justanotheradmin Posted February 17 Posted February 17 I agree with C.B. Zeller. Is the issue the file type? Because ASC takes .txt files for import just fine. Is the issue how the data is in the file? What import function in ASC are you trying to use? there are a variety of ways to import things into ASC. For example, investment imports where ASC has pre-programmed to work with certain major recordkeeper files. And then there are ASCRIPT custom imports which are super easy to use as well once you know what you are doing. Plus wizards and such. If the issue is how the data is in the file, and you don't want to manually edit the file then a macro or code to do that as CB suggests. You can just open the txt file in Excel, and then save it as an excel file type if you really just want to change the file type. mbvs 1 I'm a stranger on the internet. Nothing I write is tax or legal advice. I'd like a witty saying here, but I don't have any. When in doubt, what does the plan document say?
mbvs Posted February 18 Posted February 18 Ascript is ASC's import utility that can import just about any data from txt, csv, xlxs. If you are working with a recordkeeper data file - it may be you can import using one of their pre-programmed routines. You can submit a sample file to their support team as well and get some guidance so you aren't spinning wheels.
Christopher Wilson Posted February 19 Author Posted February 19 Thank you everyone for your input. I understand and use ASC's predefined asset import routines. What I'm specifically referring to is the *.txt account activity files provided to us by ADP and Paychex when we takeover one of their plans. The information cannot be imported into ASC in its current format. I don't have Python or Claude programming skills, nor the time to learn, so I'm probably going to have to outsource this project to someone who can do it for me. I would appreciate any recommendation you have. Thank you.
Bri Posted February 19 Posted February 19 I'd be using Excel's "text to columns" feature to be able to generate a CSV file from the original TXT, but that's because I prefer delimiters to fixed-width.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now