Quote from
m.burdess on July 31, 2026, 10:18 am
Not sure if this is possible or if its should be in Plugin section.
I have created a CSV file using dbpExportToCSV, showing the information within table relating to a person.
AFN_R,SUBCAT,C_AGE,YR_BORN,SERIES,PiECE,C_PAGE,FOLIO,BOOK,C_SCHED
8077,1861,21,1840,RG9,3740,25,54,,126
8241,1871,32,1839,RG10,4909,5,20,,20
8411,1881,41,1840,RG 11,4953,2,3,,8
8502,1891,51,1840,RG12,4097,31,64,,201
8567,1901,61,1840,RG13,4678,30,37,,198
8759,1911,71,1840,RG 14,29932,,,,26
With part of this information, can I convert the line back into Variable's, so being able to write a Query from it,
dbpQuery "AddrBook" "Contacts" "SERIES = [#34][A][#34] AND PiECE = [#34][B][#34]"
I understand that this will need to be with a loop, But Is it Possible or something that could be add in an update ( plugin or Version 26)
Not sure if this is possible or if its should be in Plugin section.
I have created a CSV file using dbpExportToCSV, showing the information within table relating to a person.
AFN_R,SUBCAT,C_AGE,YR_BORN,SERIES,PiECE,C_PAGE,FOLIO,BOOK,C_SCHED
8077,1861,21,1840,RG9,3740,25,54,,126
8241,1871,32,1839,RG10,4909,5,20,,20
8411,1881,41,1840,RG 11,4953,2,3,,8
8502,1891,51,1840,RG12,4097,31,64,,201
8567,1901,61,1840,RG13,4678,30,37,,198
8759,1911,71,1840,RG 14,29932,,,,26
With part of this information, can I convert the line back into Variable's, so being able to write a Query from it,
dbpQuery "AddrBook" "Contacts" "SERIES = [#34][A][#34] AND PiECE = [#34][B][#34]"
I understand that this will need to be with a loop, But Is it Possible or something that could be add in an update ( plugin or Version 26)