Opened 8 years ago
Closed 8 years ago
#914 closed task (fixed)
Add more columns to the blacklist
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | INCA XML to CSV converter 1.1 |
Component: | net.sf.basedb.inca | Keywords: | |
Cc: |
Description
The following columns should also be blacklisted:
- Lkf_koden
- A030PrepNr
- A090VPrepNr
- FORSAMLING_VALUE
- LKF_VALUE
- PatientOversikt
- PADRESS_DESCRIPTION
- R44T139_ID
In addition, the following date columns should have the day part replaced with '15'. For example: 2010-01-01 --> 2010-01-15
- AVLIDDAT
- A080OpDat
Change History (2)
comment:1 by , 8 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [4191]) Fixes #914: Add more columns to the blacklist
Blacklisted columns now uses the
Masker
interface for generating the masked value. TheConstMasker
can be used to always output a specific value. In this case the emtpy string is used. TheDateMasker
replaces the day part in dates with 15. The date format must beYYYY-MM-DD
. If the value can't be interpreted as a date, an empty string is returned.