JYProjs / patentr

R package to access USPTO bulk data in tidy, rectangular format
Other
9 stars 3 forks source link

convert_funcs.cpp last patent prints incorrectly #17

Closed JYProjs closed 3 years ago

JYProjs commented 3 years ago

fout << currID << ",\"" << title << "\"," << appDate << "," << issDate << ",\"" << inventor << "\",\"" << assignee << "\"," << iclClass << "," << refs << "\n"; should be like above and not fout << currID << ",\"" << title << "\"," << appDate << "," << issDate << "," << inventor << "," << assignee << "," << iclClass << "," << refs << "\n";

note: assignee and inventor fields may have commas