Database Management
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesDatabase Management

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #16  
Old August 14th, 2003, 06:51 PM
mitakeet's Avatar
mitakeet mitakeet is offline
Last Day: May 28, 2005
Dev Shed Demi-God (4500 - 4999 posts)
 
Join Date: Jul 2003
Location: Maryland
Posts: 4,575 mitakeet User rank is Sergeant (500 - 2000 Reputation Level)mitakeet User rank is Sergeant (500 - 2000 Reputation Level)mitakeet User rank is Sergeant (500 - 2000 Reputation Level)mitakeet User rank is Sergeant (500 - 2000 Reputation Level)mitakeet User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 1 Week 2 Days 9 h 49 m 59 sec
Reputation Power: 21
You need to tell me what you are using the data for. If it is to stick into a database you can probably make use of the Perl DBI interface and stick it directly into the database. If you are going to use it for some other purposes, you may be able to do the work directly in Perl or do much of the preprocessing so that some other process can make short work of the rest. Are you going to be doing this 20 times a day or just once? It makes a difference on how much effort you want to put into it. I have often spent days getting a process automated to run once a week, sometimes you have to consider the economics of the situation.

What are your requirements?
__________________

Left DevShed May 28, 2005. Reason: Unresponsive administrators.
Free code: http://sol-biotech.com/code/.
Secure Programming: http://sol-biotech.com/code/SecProgFAQ.html.
Performance Programming: http://sol-biotech.com/code/PerformanceProgramming.html.

It is not that old programmers are any smarter or code better, it is just that they have made the same stupid mistake so many times that it is second nature to fix it.
--Me, I just made it up

The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man.
--George Bernard Shaw

Reply With Quote
  #17  
Old August 15th, 2003, 09:07 AM
sbrock sbrock is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 14 sbrock User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
My first intention was to parse this data into an ACCESS database, but after finding out what perl can do (baby steps) I wanted see what I could do about making most of this process in perl.

This project is a maybe twice a month. Although I have been given until Oct 1st to finish the project.

The requirements are to take the data (much like to the sample I showed you previously) and make it possible to easily manipulate the data without losing it's structure (i.e. the three digit type code together).

I was told to figure out whatever way that works. Last week I found perl and wanted to explore the possibilities. Now I feel that perl can do the job, it's just completing it by the deadline.

Reply With Quote
  #18  
Old August 15th, 2003, 09:16 AM
mitakeet's Avatar
mitakeet mitakeet is offline
Last Day: May 28, 2005
Dev Shed Demi-God (4500 - 4999 posts)
 
Join Date: Jul 2003
Location: Maryland
Posts: 4,575 mitakeet User rank is Sergeant (500 - 2000 Reputation Level)mitakeet User rank is Sergeant (500 - 2000 Reputation Level)mitakeet User rank is Sergeant (500 - 2000 Reputation Level)mitakeet User rank is Sergeant (500 - 2000 Reputation Level)mitakeet User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 1 Week 2 Days 9 h 49 m 59 sec
Reputation Power: 21
I would take the raw data into Perl, parse it, then (presuming Perl's DBI will handle it) dump it into a set of Access tables. That way it should be trivial to do further manipulations. If, however, you know what the 'further manipulations' are going to be, it may make better sense to do so whilst still in Perl.

I don't have Access 2000 so I can't test writing into its tables from Perl.

Good luck!

If you have any other questions, don't hessitate to let me know.

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesDatabase Management > ascii to Access


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway