Show the range of the dates available in the "nbTweetsParHashtag" command
Correct argument syntax in the "region" command
Correct argument syntax in the "region" command
Remove obligatory .csv file name during importation
Ticket 6 corrections
Ticket 6: removed obligatory .csv file naming while importing
Implement a CSV file validator
Show date-format argument syntax in the research over a period of time
Fixed import from donnees .toLowerCase
Added FileStream to jsonHandler
Split code into modules to increase readability
No case-sensitive researches on hashtags
Solved Ticket #2: removed case-sensitive research on hashtags
Implement comments translation in English
Implement comments translation in English
Implement comments translation in English
Implement comments translation in English
Solved Ticket #1 translated comments
Ticket #1: Translated Parser.js
Show the range of the dates available in the "nbTweetsParHashtag" command
Remove obligatory .csv file name during importation
Split code into modules to increase readability
Show date-format argument syntax in the research over a period of time
Implement comments translation in English
Split code into modules to increase readability
Remove obligatory .csv file name during importation
Show the range of the dates available in the "nbTweetsParHashtag" command
Show date-format argument syntax in the research over a period of time
Implement a CSV file validator
No case-sensitive researches on hashtags
Implement comments translation in English
added README file
deleted README command
Added SPEC4
Added SPEC
Added SPEC5
added .tokenizeName in parser for retrieving the full name of the person that sent the email (we will need it for create the VCard of the SPEC2)
changed path in args.dir
deleted samples in trunk directory
changed to data directory
added read command that parses every .txt file inside the mails directory
SPEC1 completed, parser is able to generate a Mail Object with all the exceptions known till now
Content retrieved succesfully, need to fix Subject problems with :
Parser workingnode caporalCli.js check mails/uno.txt -s Need some refactoring and inclusion of different options (ex: multiple recievers, date reformatting) but it works fine.
Typo error in the slice() instead of splice(), still outputting errors but less that before. We've got some issues in the beginning, always inside the .poi() method.
I corrected the next() (wasn't working like that) and added a .slice() method to get rid of the first two index of the input array that we didn't wanted to consider. Now there's this problem: the symbols that reads are correct but the parser doesn't recognize them
I changed some method's names and added a .next() on the .poi method in order to skip the MESSAGE-ID value that was readed instead of Date. There's still a problem in the .poi() method but at least is a different problem.
Some tidy up
Deleted node-modules
Tokenization works, there are some problems in the .expect() methods
command.js added to trunk
Add initial directories