cif-parser
Advanced tools
Sorry, the diff of this file is not supported yet
+6
-1
@@ -90,3 +90,8 @@ /** | ||
| let textFirstName = jp.nodes(pdfData, jp.stringify(queryForFirstNameTab)); | ||
| if (! textFirstName[0]){ | ||
| console.error("\"" + lastName + "\" is not a competitor line") | ||
| return; | ||
| } | ||
| let firstName = decodeURI(textFirstName[0].value.R[0].T) | ||
@@ -93,0 +98,0 @@ |
+1
-1
| { | ||
| "name": "cif-parser", | ||
| "version": "1.1.0", | ||
| "version": "1.1.1", | ||
| "description": "Parse results of bike race published by FFC CIF", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
+2
-2
@@ -7,4 +7,4 @@ let CIF2JSON = require('./main.js'); | ||
| */ | ||
| let pdfPath = "./res/lagny.pdf"; | ||
| let competitorLastName = "BENICHON"; | ||
| let pdfPath = "./res/saintange.pdf"; | ||
| let competitorLastName = "BILLIOTTET"; | ||
| let csvPath = './res/race-results.csv'; | ||
@@ -11,0 +11,0 @@ |
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
431761
31.08%11
10%226
1.8%