For a site i am building right now, there is one component that I would want the user to upload a file, where it will be parsed (currently a python script, but can be ported to something else). The data from the parser will then be used populate a node.
what will be the best way to go around doing this? rules to start the parsing and feeds to import the data? a custom php page? or a custom mod to generate the display i want from the file uploaded in the same node?
need some guidance >,<