Answer the question
In order to leave comments, you need to log in
What is a file classification program?
There was such a task. There are folders with call files, like +79261234567.mp3.
We need a program that will compare the file names with the values in the database, comparing them with the names of clients and decompose these files into the appropriate folders. The load is small, about 100 files per day.
I'm not a programmer myself, but I'm very sympathetic. Sometimes at work I try to write simple scripts, programs, so I would like to implement it myself. Tell me what is better and easier to implement, where to start. There may even be a ready-made solution.
Answer the question
In order to leave comments, you need to log in
Try perl , it is cross-platform, small scripts are written very easily on it.
I didn’t try to search, but it seems to me that you won’t find a ready-made tool, the task is too specific (take a file, find the value in the database, and put the file where you need it). For a programmer, the task is very simple. If you want to do it yourself - think well, you can spend a lot of time and nerves :-) What is the best way to implement it? On what you are trying to write scripts for work, for example?
I would start dancing from the database. After all, it probably already exists and it can impose some restrictions. Those. if you choose a language for the implementation of this program, you should consider the availability of libraries for this language to work with this DBMS. Otherwise, there should be no difficulties.
Under windows, I would take C #. A very popular language, it has many libraries for a variety of DBMSs.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question