Opened 8 years ago

Closed 7 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 Nicklas Nordborg, 7 years ago

Owner: set to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 7 years ago

Resolution: fixed
Status: assignedclosed

(In [4191]) Fixes #914: Add more columns to the blacklist

Blacklisted columns now uses the Masker interface for generating the masked value. The ConstMasker can be used to always output a specific value. In this case the emtpy string is used. The DateMasker replaces the day part in dates with 15. The date format must be YYYY-MM-DD. If the value can't be interpreted as a date, an empty string is returned.

Note: See TracTickets for help on using tickets.