Version 1.68 - October 24, 2014
Whats New
SSN Type Download
ssn_type field is available for download
Ability to specify timezones other than UTC
timezone attribute is available on the dateFormatter.
For example, to download date/time values in Pacific time instead of UTC
<field name="tstmp_submit" len="30">
<dateFormatter
pattern="MM-dd-yyyy HH:mm:ss z"
timezone="US/Pacific" />
</field>
Required changes to download client
Make sure you backup your files before downloading new ones.
Replace transfer-client.jar with
Replace conf/application-context.xml with
Add the following property to conf/ccctransfer.property (if it does not already exist)
timeout.seconds=30
