Closed JusteRaimbault closed 6 months ago
When using csv import with --database --import with NA ids, local ids are created randomly - but these are not taken into account later when collecting the citation network and considered as scholar ids (see this TODO : https://github.com/JusteRaimbault/BiblioData/blob/47159aae8d0365f5893d66af058ff6f7511261d4/src/main/java/bibliodata/core/reference/Reference.java#L75 )
--database --import
6bb4280259 fixes this
When using csv import with
--database --import
with NA ids, local ids are created randomly - but these are not taken into account later when collecting the citation network and considered as scholar ids (see this TODO : https://github.com/JusteRaimbault/BiblioData/blob/47159aae8d0365f5893d66af058ff6f7511261d4/src/main/java/bibliodata/core/reference/Reference.java#L75 )