//,This csv file can be used to indicate information regarding:,,
//,,,
//,,trademarks or industrial designs in force by original year of registration,
//,,,
//,Field names:,,
//,,,
//,YEAR,int(4),Reporting year
//,OFFICE_CODE,char(2),Reporting office
//,IPR_TYPE,char(2),Type of protection:
//,,,TM = trademark
,,,ID = industrial design
//,REGISTRATION_YEAR,char(4),Year of registration
//,TYPE,varchar,R = national registration
//,,,M = Madrid international registration (trademarks only)
,,,H = Hague international registration (industrial designs only)
//,COUNTS,int(10),Number of registrations as specified by the previous fileds
//,,,,,
//,Examples:,,,,
//,The following examples show:,,,,
//,1. in 2009 25717 marks registered in 2003 were in force in Australia (AU).,,,,
//,2. in 2009 4613 Madrid international registrations registered in 2003 were in force in AU.,,,,


//,,,,,
YEAR,OFFICE_CODE,IPR_TYPE,REGISTRATION_YEAR,TYPE,COUNTS
2009,AU,TM,2003,R,25717
2009,AU,TM,2003,M,4613

