<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.melissadata.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Joseph</id>
	<title>Melissa Data Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.melissadata.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Joseph"/>
	<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=Special:Contributions/Joseph"/>
	<updated>2026-05-02T22:48:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=FAQ:SSIS:Known_Issues&amp;diff=3299</id>
		<title>FAQ:SSIS:Known Issues</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=FAQ:SSIS:Known_Issues&amp;diff=3299"/>
		<updated>2014-03-05T19:19:17Z</updated>

		<summary type="html">&lt;p&gt;Joseph: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==SSIS: Matchup - Date Keys are Not Being Built Correctly==&lt;br /&gt;
:When using the Component Type: Date in your MatchCode, Date Keys sometimes do not get built in the MatchKey. This is due to a conflict in the expected input format for Dates. Date Inputs should be in the format &#039;yyyMMdd&#039;. This becomes problematic particularly for some DBMS. SQL Server for example may have a Date Column defined with char[30]. This causes trailing spaces to be included in the Date Input which conflicts with the expected Input Format, causing the Date Key to not be built.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:;Future Resolution&lt;br /&gt;
:We will be adding a fix in a later build to trim the trailing white spaces for Date Inputs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Known Issues]]&lt;br /&gt;
[[Category:SSIS:Data Quality Components]]&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=FAQ:SSIS:Data_Quality_Components&amp;diff=3298</id>
		<title>FAQ:SSIS:Data Quality Components</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=FAQ:SSIS:Data_Quality_Components&amp;diff=3298"/>
		<updated>2014-03-05T19:18:40Z</updated>

		<summary type="html">&lt;p&gt;Joseph: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Can we save current settings for DQC for future?==&lt;br /&gt;
;Answer:&lt;br /&gt;
:Yes, Melissa Data SSIS includes the feature that you can save currents settings for future use. Under File Tab you can save current setting in a .cfg file in local your drive. Under same File tab click &amp;quot;Open&amp;quot; and upload the .cfg file. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Speed Facts for CVC?==&lt;br /&gt;
;Answer:&lt;br /&gt;
:EVC is an enterprise component so performance of EVC is highly dependent on machine configuration. Operating System, RAM, Processor or using network drive for data input or output, make significant impact on performance of EVC. In addition performance also depends upon 2 more main factors:&lt;br /&gt;
&lt;br /&gt;
===How you are using EVC?===&lt;br /&gt;
:;Answer:&lt;br /&gt;
::It is highly recommended for EVC users, select the only those features i.e. LACSLink(Address Add-on) DNS Lookup(Email, Add-on), which are required. Unnecessary use of add-on and feature will effect the performance.&lt;br /&gt;
&lt;br /&gt;
===Type of Data?===&lt;br /&gt;
:;Answer:&lt;br /&gt;
::If the input data is really corrupted or having lot of errors, will effect the performance.&lt;br /&gt;
&lt;br /&gt;
We have additional 2 different scenarios for using EVC, which will help you to analyse the throughput of the component in different situations. For more information you can click on following link:&lt;br /&gt;
[http://www.melissadata.com/ssis1/SSIS-Speed-Scenarios.pdf SSIS Speed Scenarios]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==In which format Data Quality Components(DQC) accept input?==&lt;br /&gt;
;Answer:&lt;br /&gt;
:You can use any format as input for Melissa Data SSIS components. It can be .csv, .xls, .dbf, xlsx, SQL database etc. In some cases you might not see any column in drop down options of MD SSIS component, in this case you can use &amp;quot;Data Conversion&amp;quot;(in-built component in BIDS) to change the data type of particular missing column to &amp;quot;DT_WSTR&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How we can update individual Melissa Data Object rather than updating whole CVC?==&lt;br /&gt;
;Answer:&lt;br /&gt;
:EVC component installs all Melissa Data Objects in &amp;quot;Binn&amp;quot; folder under DTS folder of SQL Server. If you are using EVC in SQL Server 2008 and need to update only Address Object grab latest mdAddr.dll and replace older mdAddr.dll in following location:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\\Program Files\\Microsoft SQL Server\\100\\DTS\\PipelineComponents&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
:Same way you can update other Melissa Data Objects i.e for Email Object replace mdEmail.dll, for GeoCoder mdGeo.dll, etc.&lt;br /&gt;
&lt;br /&gt;
:;Note:&lt;br /&gt;
::If you are installed EVC on SQL Server 2005, the location of Melissa Data Object will be in following location:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\\Program Files\\Microsoft SQL Server\\90\\DTS\\PipelineComponents&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Microsoft Fuzzy Lookup vs. The Data Matching and Cleansing Component?==&lt;br /&gt;
;Answer:&lt;br /&gt;
:The Microsoft transforms are only available with SQL Server enterprise edition which is a significant cost in itself if your organization doesn’t have it already.&lt;br /&gt;
:All of the following transforms are SQL Server Enterprise edition only:&lt;br /&gt;
:*Data Mining Training Destination &lt;br /&gt;
:*Data Mining Query Component &lt;br /&gt;
:*Fuzzy Grouping&lt;br /&gt;
:*Fuzzy Lookup &lt;br /&gt;
:*Term Extraction &lt;br /&gt;
:*Term Lookup &lt;br /&gt;
:*Dimension Processing Destination &lt;br /&gt;
:*Partition Processing Destination&lt;br /&gt;
&lt;br /&gt;
The MD Fuzzy Matching Component allows more granular control over matching whereas the SSIS native fuzzy matching does not allow any control of its algorithms or access to multiple algorithms. There are only two configurable parameters with the stock Fuzzy lookup and grouping components ie: similarity threshold and maximum number of results per input record. &lt;br /&gt;
&lt;br /&gt;
The MD Fuzzy Matching component has 16 configurable matching algorithms some of them developed specifically by us such as the unique Keyboard distance for misspellings. All industry standard matching algorithms are supported, and probabilistic match settings can be configured for each column of data and the rules can be daisy chained for maximum catch all situations. Also the component has the ability to ignore common data quality issues when matching. ie; whitespaces, irregular characters, etc.&lt;br /&gt;
&lt;br /&gt;
The Melissa Data Fuzzy Matching Component can also inherently cleanse your data through regular expressions. Regular expressions can be built and tested through an expression builder which is also built in to the component. Cleansing your data prior to matching is a crucial step in order to get the most accurate results for matching.&lt;br /&gt;
&lt;br /&gt;
The component also is able to automatically split up the results into 3 destinations: Matches, Possible Matches and Non-Matches. Based off the percentage score between 2 records, the component will re-direct the results to the appropriate destination according to the percent thresholds you’ve set in the component. Also the Fuzzy SSIS component has full metadata (source and compare scores for multiple algorithms) for tracking record lineages. &lt;br /&gt;
&lt;br /&gt;
One more thing to bear in mind is that, the stock Fuzzy Lookup component in SSIS requires that your reference table be a SQL Table. The Fuzzy Matching Component does not limit you to a SQL Table Reference Database.&lt;br /&gt;
&lt;br /&gt;
The DMCC suite also comes with the MatchUP component, which is specially designed for the unique set of matching problems with Address, Name and Company data fields. MatchUp recognizes combinations, inverse names, Acronyms, Nick names, numerical streets such as 12th vs. twelfth, and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What Versions of SQL Server are your Components Supported in?==&lt;br /&gt;
;Answer:&lt;br /&gt;
:Melissa Data currently supports 2008 and 2012 versions of SQL Server. We also provide components for SQL Server 2005 as part of the SSIS Installation, however, it is no longer supported. &lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:SSIS:Data Quality Components]]&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=FAQ:SSIS:Known_Issues&amp;diff=3297</id>
		<title>FAQ:SSIS:Known Issues</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=FAQ:SSIS:Known_Issues&amp;diff=3297"/>
		<updated>2014-03-05T19:14:23Z</updated>

		<summary type="html">&lt;p&gt;Joseph: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==SSIS: Matchup - Date Keys are Not Being Built Correctly==&lt;br /&gt;
:When using the Component Type: Date in your MatchCode, Date Keys sometimes do not get built in the MatchKey. This is due to a conflict in the expected input format for Dates. Date Inputs should be in the format &#039;yyyMMdd&#039;. This becomes problematic particularly for some DBMS. SQL Server for example may have a Date Column defined with char[30]. This causes trailing spaces to be included in the Date Input which conflicts with the expected Input Format, causing the Date Key to not be built.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:;Future Resolution&lt;br /&gt;
:We will be adding a fix in a later build to trim the trailing white spaces for Date Inputs.&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=FAQ:SSIS:Known_Issues&amp;diff=3296</id>
		<title>FAQ:SSIS:Known Issues</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=FAQ:SSIS:Known_Issues&amp;diff=3296"/>
		<updated>2014-03-05T19:13:39Z</updated>

		<summary type="html">&lt;p&gt;Joseph: Created page with &amp;quot;__FORCETOC__ ==SSIS: Matchup - Date Keys are Not Being Built Correctly== :When using the Component Type: Date in your MatchCode, Date Keys sometimes do not get built in the Ma...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==SSIS: Matchup - Date Keys are Not Being Built Correctly==&lt;br /&gt;
:When using the Component Type: Date in your MatchCode, Date Keys sometimes do not get built in the MatchKey. This is due to a conflict in the expected input format for Dates. Date Inputs should be in the format &#039;yyyMMdd&#039;. This becomes problematic particularly for some DBMS. SQL Server for example may have a Date Column defined with char[30]. This causes trailing spaces to be included in the Date Input which conflicts with the expected Input Format. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:;Future Resolution&lt;br /&gt;
:We will be adding a fix in a later build to trim the trailing white spaces for Date Inputs.&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=SSIS:Data_Quality_Components&amp;diff=3295</id>
		<title>SSIS:Data Quality Components</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=SSIS:Data_Quality_Components&amp;diff=3295"/>
		<updated>2014-03-05T18:53:55Z</updated>

		<summary type="html">&lt;p&gt;Joseph: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;border-spacing:0px; max-width:1000px;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{{ProductHeader&lt;br /&gt;
|Color=blue&lt;br /&gt;
|Image=[[File:MediumTile_SSIS.png|link=]]&lt;br /&gt;
|Body=&lt;br /&gt;
Melissa Data’s Data Quality Components for SSIS are a suite of custom Data Transformation components for Microsoft&#039;s SQL Server SSIS that encapsulate the six levels of complete Data Quality as defined by Gartner™.&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{{ProductSecond&lt;br /&gt;
|Color=orange&lt;br /&gt;
|Image=[[File:MediumTile_Current.png|link=]]&lt;br /&gt;
|BodyCol1=&lt;br /&gt;
&amp;lt;h3&amp;gt;Current Build&amp;lt;/h3&amp;gt;&lt;br /&gt;
Released February 2013&lt;br /&gt;
&amp;lt;br&amp;gt;Build 4.1&lt;br /&gt;
*[[Build History:SSIS:Data Quality Components|Build History]]&lt;br /&gt;
|BodyCol2=&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; style=&amp;quot;padding-right:8px;&amp;quot;|&lt;br /&gt;
{{ProductLeft&lt;br /&gt;
|Color=green&lt;br /&gt;
|Image=[[File:MediumTile_Essentials.png|link=]]&lt;br /&gt;
|Body=&lt;br /&gt;
&amp;lt;h3&amp;gt;Basics&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Best Practices]]&lt;br /&gt;
*[http://www.melissadata.com/webhelp/ssis/updated/index.htm#Getting_Started/Installation.htm Installation Guide]&lt;br /&gt;
&amp;lt;h3&amp;gt;Components&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[http://www.melissadata.com/webhelp/ssis/updated/index.htm#Components/Contact_Verify/Contact_Verify.htm Contact Verify]&lt;br /&gt;
*[http://www.melissadata.com/webhelp/ssis/updated/index.htm#Components/Fuzzy_Match/Fuzzy_Match.htm Fuzzy Match]&lt;br /&gt;
*[http://www.melissadata.com/webhelp/ssis/updated/index.htm#Components/Global_Verify/Global_Verify.htm Global Verify]&lt;br /&gt;
*[http://www.melissadata.com/webhelp/ssis/updated/index.htm#Components/MatchUp/MatchUp.htm MatchUp]&lt;br /&gt;
*[http://www.melissadata.com/webhelp/ssis/updated/index.htm#Components/Personator/Personator.htm Personator]&lt;br /&gt;
*[http://www.melissadata.com/webhelp/ssis/updated/index.htm#Components/SmartMover/SmartMover.htm SmartMover]&lt;br /&gt;
&amp;lt;h3&amp;gt;FAQ&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[FAQ:SSIS:Data Quality Components|Data Quality Components for SSIS]]&lt;br /&gt;
*[[FAQ:SSIS:Known Issues|Known Issues for SSIS]]&lt;br /&gt;
&amp;lt;h3&amp;gt;Tutorials&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[http://www.melissadata.com/multimedia/ssis-components/general-overview.wmv Overview]&lt;br /&gt;
*[http://www.melissadata.com/multimedia/ssis-components/contact-verification-fundamentals.wmv Contact Verify]&lt;br /&gt;
*[http://www.melissadata.com/multimedia/ssis-components/fuzzy-matching-fundamentals.wmv Fuzzy Matching]&lt;br /&gt;
}}&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; style=&amp;quot;padding-left:8px;&amp;quot;|&lt;br /&gt;
{{ProductLeft&lt;br /&gt;
|Color=red&lt;br /&gt;
|Image=[[File:MediumTile_Reference.png|link=]]&lt;br /&gt;
|Body=&lt;br /&gt;
&amp;lt;h3&amp;gt;Documentation&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[http://www.melissadata.com/webhelp/ssis/updated/index.htm#SSIS.htm DQC SSIS WebHelp]&lt;br /&gt;
*[[Media:DQT_ENT_DQC_QSG.pdf|Data Quality Components for SSIS Quick Start Guide]]&lt;br /&gt;
*[http://www.melissadata.com/whitepaper/global-data-integration.asp Global Address Data Integration in SSIS]&lt;br /&gt;
&amp;lt;h3&amp;gt;[[Result Codes]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Result Codes#AS|Address Status Codes]]&lt;br /&gt;
*[[Result Codes#AE|Address Error Codes]]&lt;br /&gt;
*[[Result Codes#AC|Address Change Codes]]&lt;br /&gt;
*[[Result Codes#Email|Email Result Codes]]&lt;br /&gt;
*[[Result Codes#GeoCoder|GeoCoder Result Codes]]&lt;br /&gt;
*[[Result Codes#Name|Name Result Codes]]&lt;br /&gt;
*[[Result Codes#Phone / Global Phone|Phone Result Codes]]&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Enterprise Solutions]]&lt;br /&gt;
[[Category:SSIS:Data Quality Components]]&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=SSIS:Data_Quality_Components&amp;diff=2973</id>
		<title>SSIS:Data Quality Components</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=SSIS:Data_Quality_Components&amp;diff=2973"/>
		<updated>2014-02-05T18:16:27Z</updated>

		<summary type="html">&lt;p&gt;Joseph: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;border-spacing:0px; max-width:1000px;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{{ProductHeader&lt;br /&gt;
|Color=blue&lt;br /&gt;
|Image=[[File:MediumTile_SSIS.png|link=]]&lt;br /&gt;
|Body=&lt;br /&gt;
Melissa Data’s Data Quality Components for SSIS are a suite of custom Data Transformation components for Microsoft&#039;s SQL Server SSIS that encapsulate the six levels of complete Data Quality as defined by Gartner™.&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{{ProductSecond&lt;br /&gt;
|Color=orange&lt;br /&gt;
|Image=[[File:MediumTile_Current.png|link=]]&lt;br /&gt;
|BodyCol1=&lt;br /&gt;
&amp;lt;h3&amp;gt;Current Build&amp;lt;/h3&amp;gt;&lt;br /&gt;
Released February 2013&lt;br /&gt;
&amp;lt;br&amp;gt;Build 4.1&lt;br /&gt;
*[[Build History:SSIS:Data Quality Components|Build History]]&lt;br /&gt;
|BodyCol2=&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; style=&amp;quot;padding-right:8px;&amp;quot;|&lt;br /&gt;
{{ProductLeft&lt;br /&gt;
|Color=green&lt;br /&gt;
|Image=[[File:MediumTile_Essentials.png|link=]]&lt;br /&gt;
|Body=&lt;br /&gt;
&amp;lt;h3&amp;gt;Basics&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Best Practices]]&lt;br /&gt;
*[http://www.melissadata.com/webhelp/ssis/updated/index.htm#Getting_Started/Installation.htm Installation Guide]&lt;br /&gt;
&amp;lt;h3&amp;gt;Components&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[http://www.melissadata.com/webhelp/ssis/updated/index.htm#Components/Contact_Verify/Contact_Verify.htm Contact Verify]&lt;br /&gt;
*[http://www.melissadata.com/webhelp/ssis/updated/index.htm#Components/Fuzzy_Match/Fuzzy_Match.htm Fuzzy Match]&lt;br /&gt;
*[http://www.melissadata.com/webhelp/ssis/updated/index.htm#Components/Global_Verify/Global_Verify.htm Global Verify]&lt;br /&gt;
*[http://www.melissadata.com/webhelp/ssis/updated/index.htm#Components/MatchUp/MatchUp.htm MatchUp]&lt;br /&gt;
*[http://www.melissadata.com/webhelp/ssis/updated/index.htm#Components/Personator/Personator.htm Personator]&lt;br /&gt;
*[http://www.melissadata.com/webhelp/ssis/updated/index.htm#Components/SmartMover/SmartMover.htm SmartMover]&lt;br /&gt;
&amp;lt;h3&amp;gt;FAQ&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[FAQ:SSIS:Data Quality Components|Data Quality Components for SSIS]]&lt;br /&gt;
&amp;lt;h3&amp;gt;Tutorials&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[http://www.melissadata.com/multimedia/ssis-components/general-overview.wmv Overview]&lt;br /&gt;
*[http://www.melissadata.com/multimedia/ssis-components/contact-verification-fundamentals.wmv Contact Verify]&lt;br /&gt;
*[http://www.melissadata.com/multimedia/ssis-components/fuzzy-matching-fundamentals.wmv Fuzzy Matching]&lt;br /&gt;
}}&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; style=&amp;quot;padding-left:8px;&amp;quot;|&lt;br /&gt;
{{ProductLeft&lt;br /&gt;
|Color=red&lt;br /&gt;
|Image=[[File:MediumTile_Reference.png|link=]]&lt;br /&gt;
|Body=&lt;br /&gt;
&amp;lt;h3&amp;gt;Documentation&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[http://www.melissadata.com/webhelp/ssis/updated/index.htm#SSIS.htm DQC SSIS WebHelp]&lt;br /&gt;
*[[Media:DQT_ENT_DQC_QSG.pdf|Data Quality Components for SSIS Quick Start Guide]]&lt;br /&gt;
*[http://www.melissadata.com/whitepaper/global-data-integration.asp Global Address Data Integration in SSIS]&lt;br /&gt;
&amp;lt;h3&amp;gt;[[Result Codes]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Result Codes#AS|Address Status Codes]]&lt;br /&gt;
*[[Result Codes#AE|Address Error Codes]]&lt;br /&gt;
*[[Result Codes#AC|Address Change Codes]]&lt;br /&gt;
*[[Result Codes#Email|Email Result Codes]]&lt;br /&gt;
*[[Result Codes#GeoCoder|GeoCoder Result Codes]]&lt;br /&gt;
*[[Result Codes#Name|Name Result Codes]]&lt;br /&gt;
*[[Result Codes#Phone / Global Phone|Phone Result Codes]]&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Enterprise Solutions]]&lt;br /&gt;
[[Category:SSIS:Data Quality Components]]&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=Personator_Consumer:Build_History&amp;diff=2969</id>
		<title>Personator Consumer:Build History</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=Personator_Consumer:Build_History&amp;diff=2969"/>
		<updated>2014-02-01T01:51:19Z</updated>

		<summary type="html">&lt;p&gt;Joseph: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CustomTOC}}&lt;br /&gt;
==Build 3.2.32==&lt;br /&gt;
&#039;&#039;Released February 2014&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;New Features&lt;br /&gt;
*Free Form Input - Personator will now accept single line Input String and parse out the Address, Company, Name, Phone and Email Address. FreeForm Inputs can be both fielded and unfielded.&lt;br /&gt;
*Email Append - Personator now has the capability to append Email Addresses&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Build 3.2.14==&lt;br /&gt;
&#039;&#039;Released July 2013&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;New Features&lt;br /&gt;
*Move Update - The Personator Web Service now has the ability to return the current address for an individual or company. This can be done by enabling the action Move. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Build 1.0.00==&lt;br /&gt;
&#039;&#039;Released November 2012&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Initial Release&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Build History]]&lt;br /&gt;
[[Category:Personator]]&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=Personator_Consumer:Build_History&amp;diff=2968</id>
		<title>Personator Consumer:Build History</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=Personator_Consumer:Build_History&amp;diff=2968"/>
		<updated>2014-02-01T01:50:57Z</updated>

		<summary type="html">&lt;p&gt;Joseph: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CustomTOC}}&lt;br /&gt;
==Build 3.2.32==&lt;br /&gt;
&#039;&#039;Released July 2013&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;New Features&lt;br /&gt;
*Free Form Input - Personator will now accept single line Input String and parse out the Address, Company, Name, Phone and Email Address. FreeForm Inputs can be both fielded and unfielded.&lt;br /&gt;
*Email Append - Personator now has the capability to append Email Addresses&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Build 3.2.14==&lt;br /&gt;
&#039;&#039;Released July 2013&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;New Features&lt;br /&gt;
*Move Update - The Personator Web Service now has the ability to return the current address for an individual or company. This can be done by enabling the action Move. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Build 1.0.00==&lt;br /&gt;
&#039;&#039;Released November 2012&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Initial Release&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Build History]]&lt;br /&gt;
[[Category:Personator]]&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=Personator_Consumer:Build_History&amp;diff=2967</id>
		<title>Personator Consumer:Build History</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=Personator_Consumer:Build_History&amp;diff=2967"/>
		<updated>2014-02-01T01:50:48Z</updated>

		<summary type="html">&lt;p&gt;Joseph: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CustomTOC}}&lt;br /&gt;
==Build 3.2.32==&lt;br /&gt;
&#039;&#039;Released July 2013&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;New Features&lt;br /&gt;
*Free Form Input - Personator will now accept single line Input String and parse out the Address, Company, Name, Phone and Email Address. FreeForm Inputs can be both fielded and unfielded.&lt;br /&gt;
*Email Append - Personator now has the capability to append Email Addresses&lt;br /&gt;
&lt;br /&gt;
==Build 3.2.14==&lt;br /&gt;
&#039;&#039;Released July 2013&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;New Features&lt;br /&gt;
*Move Update - The Personator Web Service now has the ability to return the current address for an individual or company. This can be done by enabling the action Move. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Build 1.0.00==&lt;br /&gt;
&#039;&#039;Released November 2012&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Initial Release&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Build History]]&lt;br /&gt;
[[Category:Personator]]&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=Personator_Consumer&amp;diff=2966</id>
		<title>Personator Consumer</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=Personator_Consumer&amp;diff=2966"/>
		<updated>2014-02-01T01:27:37Z</updated>

		<summary type="html">&lt;p&gt;Joseph: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;border-spacing:0px; max-width:1000px;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{{ProductHeader&lt;br /&gt;
|Color=blue&lt;br /&gt;
|Image=[[File:MediumTile_Personator.png|link=]]&lt;br /&gt;
|Body=&lt;br /&gt;
Personator™ Web Service is an all-in-one contact checking, verification, move update, and appending Web service.&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{{ProductSecond&lt;br /&gt;
|Color=orange&lt;br /&gt;
|Image=[[File:MediumTile_Current.png|link=]]&lt;br /&gt;
|BodyCol1=&lt;br /&gt;
&amp;lt;h3&amp;gt;Current Build&amp;lt;/h3&amp;gt;&lt;br /&gt;
Released January 2014&lt;br /&gt;
&amp;lt;br&amp;gt;Build 3.2.23&lt;br /&gt;
*[[Build History:Personator|Build History]]&lt;br /&gt;
|BodyCol2=&lt;br /&gt;
&amp;lt;!--&amp;lt;h3&amp;gt;Notices&amp;lt;/h3&amp;gt;--&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; style=&amp;quot;padding-right:8px;&amp;quot;|&lt;br /&gt;
{{ProductLeft&lt;br /&gt;
|Color=green&lt;br /&gt;
|Image=[[File:MediumTile_Essentials.png|link=]]&lt;br /&gt;
|Body=&lt;br /&gt;
&amp;lt;h3&amp;gt;Basics&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Best Practices:Web Service|Web Service Best Practices]]&lt;br /&gt;
*[[Best Practices:Personator|Personator Best Practices]]&lt;br /&gt;
*[[IP Address Information]]&lt;br /&gt;
*[[URL:Personator|Service URLs]]&lt;br /&gt;
&amp;lt;h3&amp;gt;FAQ&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[FAQ:Personator|Personator FAQ]]&lt;br /&gt;
&amp;lt;h3&amp;gt;[[Service Samples|Service Sample]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[http://www.melissadata.com/lookups/personator.asp Try the service]&lt;br /&gt;
}}&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; style=&amp;quot;padding-left:8px;&amp;quot;|&lt;br /&gt;
{{ProductLeft&lt;br /&gt;
|Color=red&lt;br /&gt;
|Image=[[File:MediumTile_Reference.png|link=]]&lt;br /&gt;
|Body=&lt;br /&gt;
&amp;lt;h3&amp;gt;Documentation&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Media:DQT_WS_Personator_RG.pdf|Personator Reference Guide]]&lt;br /&gt;
&amp;lt;h3&amp;gt;[[Result Codes]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Result Codes#Personator - Append|Personator Append Codes]]&lt;br /&gt;
*[[Result Codes#VR|Personator Verify Record Codes]]&lt;br /&gt;
*[[Result Codes#VS|Personator Verify Status Codes]]&lt;br /&gt;
*[[Response Result Codes#Personator Response|Personator Web Service Response Error Codes]]&lt;br /&gt;
&amp;lt;h3&amp;gt;Sample XML&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Personator:XML Request|XML Request]]&lt;br /&gt;
*[[Personator:XML Response|XML Response]]&lt;br /&gt;
&amp;lt;h3&amp;gt;Sample Code&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_REST_Java_Win.zip REST Java]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_REST_JavaScript_Win.zip REST JavaScript]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_REST_VB_Win.zip REST VB.Net]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_SOAP_ASP_Win.zip SOAP ASP.Net]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_SOAP_CSharp9_Win.zip SOAP CSharp9]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_SOAP_PHP.zip SOAP PHP]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_XML_CSharp9_Win.zip XML CSharp9]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_XML_Java_Win.zip XML Java]&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Web Services]]&lt;br /&gt;
[[Category:Personator]]&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=Personator_Consumer&amp;diff=2965</id>
		<title>Personator Consumer</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=Personator_Consumer&amp;diff=2965"/>
		<updated>2014-02-01T01:27:01Z</updated>

		<summary type="html">&lt;p&gt;Joseph: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;border-spacing:0px; max-width:1000px;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{{ProductHeader&lt;br /&gt;
|Color=blue&lt;br /&gt;
|Image=[[File:MediumTile_Personator.png|link=]]&lt;br /&gt;
|Body=&lt;br /&gt;
Personator™ Web Service is an all-in-one contact checking, verification, move update, and appending Web service.&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{{ProductSecond&lt;br /&gt;
|Color=orange&lt;br /&gt;
|Image=[[File:MediumTile_Current.png|link=]]&lt;br /&gt;
|BodyCol1=&lt;br /&gt;
&amp;lt;h3&amp;gt;Current Build&amp;lt;/h3&amp;gt;&lt;br /&gt;
Released Februrary 2014&lt;br /&gt;
&amp;lt;br&amp;gt;Build 3.2.23&lt;br /&gt;
*[[Build History:Personator|Build History]]&lt;br /&gt;
|BodyCol2=&lt;br /&gt;
&amp;lt;!--&amp;lt;h3&amp;gt;Notices&amp;lt;/h3&amp;gt;--&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; style=&amp;quot;padding-right:8px;&amp;quot;|&lt;br /&gt;
{{ProductLeft&lt;br /&gt;
|Color=green&lt;br /&gt;
|Image=[[File:MediumTile_Essentials.png|link=]]&lt;br /&gt;
|Body=&lt;br /&gt;
&amp;lt;h3&amp;gt;Basics&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Best Practices:Web Service|Web Service Best Practices]]&lt;br /&gt;
*[[Best Practices:Personator|Personator Best Practices]]&lt;br /&gt;
*[[IP Address Information]]&lt;br /&gt;
*[[URL:Personator|Service URLs]]&lt;br /&gt;
&amp;lt;h3&amp;gt;FAQ&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[FAQ:Personator|Personator FAQ]]&lt;br /&gt;
&amp;lt;h3&amp;gt;[[Service Samples|Service Sample]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[http://www.melissadata.com/lookups/personator.asp Try the service]&lt;br /&gt;
}}&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; style=&amp;quot;padding-left:8px;&amp;quot;|&lt;br /&gt;
{{ProductLeft&lt;br /&gt;
|Color=red&lt;br /&gt;
|Image=[[File:MediumTile_Reference.png|link=]]&lt;br /&gt;
|Body=&lt;br /&gt;
&amp;lt;h3&amp;gt;Documentation&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Media:DQT_WS_Personator_RG.pdf|Personator Reference Guide]]&lt;br /&gt;
&amp;lt;h3&amp;gt;[[Result Codes]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Result Codes#Personator - Append|Personator Append Codes]]&lt;br /&gt;
*[[Result Codes#VR|Personator Verify Record Codes]]&lt;br /&gt;
*[[Result Codes#VS|Personator Verify Status Codes]]&lt;br /&gt;
*[[Response Result Codes#Personator Response|Personator Web Service Response Error Codes]]&lt;br /&gt;
&amp;lt;h3&amp;gt;Sample XML&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Personator:XML Request|XML Request]]&lt;br /&gt;
*[[Personator:XML Response|XML Response]]&lt;br /&gt;
&amp;lt;h3&amp;gt;Sample Code&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_REST_Java_Win.zip REST Java]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_REST_JavaScript_Win.zip REST JavaScript]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_REST_VB_Win.zip REST VB.Net]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_SOAP_ASP_Win.zip SOAP ASP.Net]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_SOAP_CSharp9_Win.zip SOAP CSharp9]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_SOAP_PHP.zip SOAP PHP]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_XML_CSharp9_Win.zip XML CSharp9]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_XML_Java_Win.zip XML Java]&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Web Services]]&lt;br /&gt;
[[Category:Personator]]&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=Personator_Consumer&amp;diff=2964</id>
		<title>Personator Consumer</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=Personator_Consumer&amp;diff=2964"/>
		<updated>2014-02-01T01:26:51Z</updated>

		<summary type="html">&lt;p&gt;Joseph: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;border-spacing:0px; max-width:1000px;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{{ProductHeader&lt;br /&gt;
|Color=blue&lt;br /&gt;
|Image=[[File:MediumTile_Personator.png|link=]]&lt;br /&gt;
|Body=&lt;br /&gt;
Personator™ Web Service is an all-in-one contact checking, verification, move update, and appending Web service.&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{{ProductSecond&lt;br /&gt;
|Color=orange&lt;br /&gt;
|Image=[[File:MediumTile_Current.png|link=]]&lt;br /&gt;
|BodyCol1=&lt;br /&gt;
&amp;lt;h3&amp;gt;Current Build&amp;lt;/h3&amp;gt;&lt;br /&gt;
Released Februrary 2014&lt;br /&gt;
&amp;lt;br&amp;gt;Build 3.2.14&lt;br /&gt;
*[[Build History:Personator|Build History]]&lt;br /&gt;
|BodyCol2=&lt;br /&gt;
&amp;lt;!--&amp;lt;h3&amp;gt;Notices&amp;lt;/h3&amp;gt;--&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; style=&amp;quot;padding-right:8px;&amp;quot;|&lt;br /&gt;
{{ProductLeft&lt;br /&gt;
|Color=green&lt;br /&gt;
|Image=[[File:MediumTile_Essentials.png|link=]]&lt;br /&gt;
|Body=&lt;br /&gt;
&amp;lt;h3&amp;gt;Basics&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Best Practices:Web Service|Web Service Best Practices]]&lt;br /&gt;
*[[Best Practices:Personator|Personator Best Practices]]&lt;br /&gt;
*[[IP Address Information]]&lt;br /&gt;
*[[URL:Personator|Service URLs]]&lt;br /&gt;
&amp;lt;h3&amp;gt;FAQ&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[FAQ:Personator|Personator FAQ]]&lt;br /&gt;
&amp;lt;h3&amp;gt;[[Service Samples|Service Sample]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[http://www.melissadata.com/lookups/personator.asp Try the service]&lt;br /&gt;
}}&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; style=&amp;quot;padding-left:8px;&amp;quot;|&lt;br /&gt;
{{ProductLeft&lt;br /&gt;
|Color=red&lt;br /&gt;
|Image=[[File:MediumTile_Reference.png|link=]]&lt;br /&gt;
|Body=&lt;br /&gt;
&amp;lt;h3&amp;gt;Documentation&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Media:DQT_WS_Personator_RG.pdf|Personator Reference Guide]]&lt;br /&gt;
&amp;lt;h3&amp;gt;[[Result Codes]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Result Codes#Personator - Append|Personator Append Codes]]&lt;br /&gt;
*[[Result Codes#VR|Personator Verify Record Codes]]&lt;br /&gt;
*[[Result Codes#VS|Personator Verify Status Codes]]&lt;br /&gt;
*[[Response Result Codes#Personator Response|Personator Web Service Response Error Codes]]&lt;br /&gt;
&amp;lt;h3&amp;gt;Sample XML&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Personator:XML Request|XML Request]]&lt;br /&gt;
*[[Personator:XML Response|XML Response]]&lt;br /&gt;
&amp;lt;h3&amp;gt;Sample Code&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_REST_Java_Win.zip REST Java]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_REST_JavaScript_Win.zip REST JavaScript]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_REST_VB_Win.zip REST VB.Net]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_SOAP_ASP_Win.zip SOAP ASP.Net]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_SOAP_CSharp9_Win.zip SOAP CSharp9]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_SOAP_PHP.zip SOAP PHP]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_XML_CSharp9_Win.zip XML CSharp9]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_XML_Java_Win.zip XML Java]&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Web Services]]&lt;br /&gt;
[[Category:Personator]]&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=Personator_Consumer:Build_History&amp;diff=2963</id>
		<title>Personator Consumer:Build History</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=Personator_Consumer:Build_History&amp;diff=2963"/>
		<updated>2014-02-01T01:22:22Z</updated>

		<summary type="html">&lt;p&gt;Joseph: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CustomTOC}}&lt;br /&gt;
==Build 3.2.32==&lt;br /&gt;
&#039;&#039;Released July 2013&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;New Features&lt;br /&gt;
*Free Form Input - Personator will now accept single line Input String and parse out the Address, Company, Name, Phone and Email Address. &lt;br /&gt;
*Email Append - Personator now has the capability to append Email Addresses&lt;br /&gt;
&lt;br /&gt;
==Build 3.2.14==&lt;br /&gt;
&#039;&#039;Released July 2013&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;New Features&lt;br /&gt;
*Move Update - The Personator Web Service now has the ability to return the current address for an individual or company. This can be done by enabling the action Move. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Build 1.0.00==&lt;br /&gt;
&#039;&#039;Released November 2012&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Initial Release&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Build History]]&lt;br /&gt;
[[Category:Personator]]&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=Build_History:SSIS:Data_Quality_Components&amp;diff=2962</id>
		<title>Build History:SSIS:Data Quality Components</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=Build_History:SSIS:Data_Quality_Components&amp;diff=2962"/>
		<updated>2014-01-31T23:29:06Z</updated>

		<summary type="html">&lt;p&gt;Joseph: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CustomTOC}}&lt;br /&gt;
==Build 4.1==&lt;br /&gt;
&#039;&#039;Released February 2014&#039;&#039;&lt;br /&gt;
;Contact Verification Component&lt;br /&gt;
:Version: 1.0.1.2313&lt;br /&gt;
:Address Object Build: 2288&lt;br /&gt;
:Name Object Build: 2288&lt;br /&gt;
:Phone Object Build: 2288&lt;br /&gt;
:Email Object Build: 2288&lt;br /&gt;
:Geocoder Object Build: 2312&lt;br /&gt;
:MatchUp Object Build: 2137&lt;br /&gt;
:Database Date: 01/15/2014&lt;br /&gt;
&lt;br /&gt;
:;Changes&lt;br /&gt;
:*Added Congressional District output to MD Cloud mode processing.&lt;br /&gt;
:*Updated GUI Display to properly reflect Geocoding level of accuracy when MD Cloud processing.&lt;br /&gt;
&lt;br /&gt;
;Personator Component&lt;br /&gt;
:Version: 1.0.0.2313&lt;br /&gt;
&lt;br /&gt;
:;Changes&lt;br /&gt;
:*Fixed issues related to difficulties in the inputting of the license string.&lt;br /&gt;
:*Fixed Pass-thru All/None button.&lt;br /&gt;
&lt;br /&gt;
;MatchUpComponent&lt;br /&gt;
:Version: 2.2.0.2313&lt;br /&gt;
&lt;br /&gt;
:;Changes&lt;br /&gt;
:*Added Survivorship processing option.&lt;br /&gt;
:*Expression evaluator didn&#039;t recognize fields delimited with square brackets.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Build 3.5==&lt;br /&gt;
&#039;&#039;Released November 2013&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Installer Changes&lt;br /&gt;
*The following component is now included in the Data Quality Components for SSIS: Personator&lt;br /&gt;
&lt;br /&gt;
;Contact Verification Component&lt;br /&gt;
:Version: 1.0.1.2280&lt;br /&gt;
:Address Object Build: 2274&lt;br /&gt;
:Name Object Build: 2274&lt;br /&gt;
:Phone Object Build: 2274&lt;br /&gt;
:Email Object Build: 2274&lt;br /&gt;
:Geocoder Object Build: 2269&lt;br /&gt;
:MatchUp Object Build: 2137&lt;br /&gt;
:Database Date: 10/15/2013&lt;br /&gt;
&lt;br /&gt;
:;Changes&lt;br /&gt;
:*Fixed rare cloud bug where if an SE01 error did not return 100 records, an incorrect error message was relayed to user.&lt;br /&gt;
:*Updated on-premise e-mail options to reflect new build (Fuzzy Lookup and Web Service Lookup options added).&lt;br /&gt;
:*Fixed a problem where Input Company did not have a [None] option.&lt;br /&gt;
:*Added SSIS variables: CASSFormProcessorName, CASSFormListName, CASSFormName, CASSFormCompany, CASSFormAddress, CASSFormCity,CASSFormState, CASSFormZip, SOAFormProcessorName, SOAFormAddress, SOAFormCity, SOAFormProvince, SOAFormPostalCode, SOAFormFileName&lt;br /&gt;
:*Added ability to standardize Company names&lt;br /&gt;
&lt;br /&gt;
;Personator Component&lt;br /&gt;
:Version: 1.0.1.2280&lt;br /&gt;
&lt;br /&gt;
:;Changes&lt;br /&gt;
:*Added New Personator Component&lt;br /&gt;
&lt;br /&gt;
;SmartMover Component&lt;br /&gt;
:Version: 1.0.1.2280&lt;br /&gt;
&lt;br /&gt;
:;Changes&lt;br /&gt;
:*Added Community Edition mode, users can demo UI but cannot process.&lt;br /&gt;
&lt;br /&gt;
;Global Verify Component&lt;br /&gt;
:Version: 1.0.1.2280&lt;br /&gt;
&lt;br /&gt;
:;Changes&lt;br /&gt;
:*Added Community Edition mode, users can demo UI but cannot process.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Build 08/2013==&lt;br /&gt;
&#039;&#039;Released August 2013&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Installer Changes&lt;br /&gt;
:The DQC-web.exe Web Installer now installs a set of required data files:&lt;br /&gt;
:*mdAddr.dat&lt;br /&gt;
:*mdEmail.cfg&lt;br /&gt;
:*mdEmail.dat&lt;br /&gt;
:*mdName.cfg&lt;br /&gt;
:*mdName.dat&lt;br /&gt;
:*mdPhone.dat&lt;br /&gt;
:*mdPhone.idx&lt;br /&gt;
:*ZIPNPA.txt&lt;br /&gt;
&lt;br /&gt;
;Contact Verification Component&lt;br /&gt;
:Version: 1.0.1.2233&lt;br /&gt;
:Address Object Build: 2214&lt;br /&gt;
:Name Object Build: 2214&lt;br /&gt;
:Phone Object Build: 2214&lt;br /&gt;
:Email Object Build: 2214&lt;br /&gt;
:Geocoder Object Build: 2225&lt;br /&gt;
:MatchUp Object Build: 2137&lt;br /&gt;
:Database Date: 7/15/2013&lt;br /&gt;
&lt;br /&gt;
:;Changes&lt;br /&gt;
:*Added the Community Edition for non-licensed users.&lt;br /&gt;
:*Added Company Standardization under the Name Tab&lt;br /&gt;
:*Added new properties to the output CASS Form&lt;br /&gt;
&lt;br /&gt;
;Smart Mover Component&lt;br /&gt;
:Version: 1.0.1.2233&lt;br /&gt;
:*Fixed bug (first seen in SmartMover, but likely in all components), where on systems where a full BIDS install was not done, some of the .config settings were not getting loaded.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Build 05/2013==&lt;br /&gt;
&#039;&#039;Released May 2013&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Contact Verification Component&lt;br /&gt;
:Version: 1.0.1.2182&lt;br /&gt;
:Address Object Build: 2149&lt;br /&gt;
:Name Object Build: 2149&lt;br /&gt;
:Phone Object Build: 2149&lt;br /&gt;
:Email Object Build: 2149&lt;br /&gt;
:Geocoder Object Build: 2182&lt;br /&gt;
:Database Date: 4/15/201&lt;br /&gt;
&lt;br /&gt;
:;Changes&lt;br /&gt;
:*Added MatchUp Community and MatchUp Lite Editions&lt;br /&gt;
:*Fixed a bug where you couldn&#039;t select &amp;quot;Fixed Length Unicode&amp;quot; on the Default Column Types&lt;br /&gt;
:*Fixed bug, in command-line runs Lookup stream sometimes was not getting records populated (you&#039;d just get null fields).&lt;br /&gt;
:*Fixed crash when processing with Lookup table and Golden Record.&lt;br /&gt;
:*Fixed GUI anomaly, previous changes to Field Mappings would be forgotten if you re-entered that tab from another tab.&lt;br /&gt;
:*Addresses that cannot be GeoCoded will now return a Latitude/Longitude of blank instead of zero (0).ed.&lt;br /&gt;
:*Old Email Data Files are no longer supported. &lt;br /&gt;
&lt;br /&gt;
:;Deprecated:&lt;br /&gt;
:*mdDomain.dat&lt;br /&gt;
:*mdEmail.ini&lt;br /&gt;
:*mdEmailConfig.ini&lt;br /&gt;
&lt;br /&gt;
:This release includes new data sets for Email and is not backwards compatible. &lt;br /&gt;
&lt;br /&gt;
:;New Data Files&lt;br /&gt;
:*mdEmail.dat&lt;br /&gt;
:*mdEmail.cfg&lt;br /&gt;
&lt;br /&gt;
:It is required to update both the object and the data files for this update.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Build 02/2013==&lt;br /&gt;
&#039;&#039;Released February 2013&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Contact Verification Component&lt;br /&gt;
:Version: 1.0.1.10&lt;br /&gt;
:Address Object Build: 2085&lt;br /&gt;
:Name Object Build: 2057&lt;br /&gt;
:Phone Object Build: 2057&lt;br /&gt;
:Email Object Build: 2057&lt;br /&gt;
:Geocoder Object Build: 2134&lt;br /&gt;
:Database Date: 1/15/2013&lt;br /&gt;
&lt;br /&gt;
;MatchUp Component&lt;br /&gt;
:Version 2.1.0.2137&lt;br /&gt;
;MatchUp Object Build: 2137&lt;br /&gt;
&lt;br /&gt;
:;Changes &lt;br /&gt;
:*Added Golden Record capability to Options tab.&lt;br /&gt;
:*Fixed crash when working with very large data sets and limited disk space.&lt;br /&gt;
:*User may now specify where work files are stored in &#039;Advanced Configuration dialog.&lt;br /&gt;
:*Improved matching speed in some situations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Build 09/2012==&lt;br /&gt;
&#039;&#039;Released September 2012&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Intersecting deduper&lt;br /&gt;
:Re-Worked Intersecting Deduper for improved performance&lt;br /&gt;
&lt;br /&gt;
;New Match Code Editor Interface&lt;br /&gt;
:Simplified and improved the MatchCode Editor&lt;br /&gt;
&lt;br /&gt;
;Added Fuzzy Matching Algorithms&lt;br /&gt;
:The following algorithms were added for fuzzy matching compatibility:&lt;br /&gt;
:*N-Gram&lt;br /&gt;
:*Jaro&lt;br /&gt;
:*Jaro-Winkler&lt;br /&gt;
:*Longest Common Substring&lt;br /&gt;
:*Needleman-Wunsch&lt;br /&gt;
:*MD Keyboard&lt;br /&gt;
:*Smith-Waterman-Gotoh&lt;br /&gt;
:*Dice’s Coefficient&lt;br /&gt;
:*Jaccard Similarity&lt;br /&gt;
:*Overlap Coefficient&lt;br /&gt;
:*Double Metaphone&lt;br /&gt;
&lt;br /&gt;
;Added new Match Code Types&lt;br /&gt;
:The following match code types were added to MatchUp:&lt;br /&gt;
:*Proximity&lt;br /&gt;
:*Numeric&lt;br /&gt;
:*Date&lt;br /&gt;
&lt;br /&gt;
;2012 Compatibility&lt;br /&gt;
:The Data Quality Components for SSIS is now available and supported in SQL Server 2012&lt;br /&gt;
&lt;br /&gt;
;New Global Component&lt;br /&gt;
:Global Component for validating and correcting international addresses is now released for SQL Server 2005, 2008 and 2012. &lt;br /&gt;
&lt;br /&gt;
;Notice&lt;br /&gt;
:2005 SSIS Components have been deprecated and are no longer fully supported.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Build 06/2012==&lt;br /&gt;
&#039;&#039;Released June 2012&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Compatibility Summary:&lt;br /&gt;
:Address: None. Object and Data file only update.&lt;br /&gt;
:Name: None&lt;br /&gt;
:Phone: None&lt;br /&gt;
:Email: None&lt;br /&gt;
&lt;br /&gt;
;Installer&lt;br /&gt;
:If the installer cannot recognize (or mis-recognizes) the version of SQL Server SSIS that you have installed, you can force it to install to a particular version with one of the command-line switches: /Force2005x32, /Force2005x64, /Force2008x32 or /Force2008x64. Only use one of these switches at one time. Often, the installer has recognition issues because a critical component of SQL Server may be missing (such as SSIS services). As a result, after forcing an install in this manner, you may have difficulties using the DQS components.&lt;br /&gt;
&lt;br /&gt;
;Contact Verification Component&lt;br /&gt;
:Version: 1.0.1.9&lt;br /&gt;
:Address Object Build: 1974&lt;br /&gt;
:Name Object Build: 1974&lt;br /&gt;
:Phone Object Build: 1974&lt;br /&gt;
:Email Object Build: 1974&lt;br /&gt;
:Geocoder Object Build: 1979&lt;br /&gt;
:Database Date: 5/15/2012&lt;br /&gt;
&lt;br /&gt;
:;Changes&lt;br /&gt;
:*Added &#039;Report result codes for empty input&#039; option to &#039;Output Filter&#039; tab.&lt;br /&gt;
:*User may now specify a proxy server on &#039;Advanced&#039; dialog.&lt;br /&gt;
:*Fixed bug: sometimes the Canadian Geocoding option wasn&#039;t getting recognized.&lt;br /&gt;
&lt;br /&gt;
;SmartMover Component&lt;br /&gt;
:Version: 1.0.1.6&lt;br /&gt;
&lt;br /&gt;
:;Changes&lt;br /&gt;
:*User may now specify a proxy server on &#039;Advanced&#039; dialog.&lt;br /&gt;
&lt;br /&gt;
;Fuzzy Matching Component&lt;br /&gt;
:Version 2.0.0.10&lt;br /&gt;
&lt;br /&gt;
:;Changes&lt;br /&gt;
:*Minor name change.&lt;br /&gt;
&lt;br /&gt;
;MatchUp Component&lt;br /&gt;
:Version 2.0.0.6&lt;br /&gt;
:MatchUp Object Build: 1985&lt;br /&gt;
&lt;br /&gt;
:;Changes&lt;br /&gt;
:*Matchcode Editor is now fully integrated into component.&lt;br /&gt;
:*Fixed bug, combination result codes not reported in all setup configurations.&lt;br /&gt;
:*Fixed crash/hang in certain setup configurations involving passthrough fields.&lt;br /&gt;
:*User may now specify where work files are stored in &#039;Advanced Configuration dialog.&lt;br /&gt;
:*New matching data types: Geographic Proximity, Numeric Difference, Date Difference.&lt;br /&gt;
:*New fuzzy matching rules: N-Gram, Jaro Distance, Jaro-Winkler Distance, Longest Common Substring, Jaccard Index, Dice&#039;s Coefficient, Overlap Coefficient, Needleman-Wunsch, Smith-Waterman-Gotoh, MD Keyboard, Double Metaphone.&lt;br /&gt;
:*Improved matching accuracy in some situations.&lt;br /&gt;
:*Improved matching speed in some situations.&lt;br /&gt;
:*Eliminated certain matchcode requirements and restrictions that were previously required.&lt;br /&gt;
:*Added &#039;Record Suppresion&#039; processing mode.&lt;br /&gt;
:*Added &#039;Record Intersection&#039; processing mode.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Build History]]&lt;br /&gt;
[[Category:SSIS:Data Quality Components]]&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=Personator_Consumer:FAQ&amp;diff=2959</id>
		<title>Personator Consumer:FAQ</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=Personator_Consumer:FAQ&amp;diff=2959"/>
		<updated>2014-01-28T19:56:24Z</updated>

		<summary type="html">&lt;p&gt;Joseph: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==What is the Maximum Length Response that we can Expect to Receive for Each Field in Personator?==&lt;br /&gt;
;Answer:&lt;br /&gt;
:The Web Service Response, in general, does not have a maximum length for each Response Field. This is to avoid any form of truncation when returning information from our data. We do however have recommended values which you can set for defining field lengths in your table. &lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! RESPONSE FIELD !! LENGTH&lt;br /&gt;
|-&lt;br /&gt;
| MD_NameFull || 256&lt;br /&gt;
|-&lt;br /&gt;
| MD_CompanyName || 128 &lt;br /&gt;
|-&lt;br /&gt;
| MD_Results || 100 &lt;br /&gt;
|-&lt;br /&gt;
| MD_EmailAddress || 75 &lt;br /&gt;
|-&lt;br /&gt;
| MD_PlaceName || 60 &lt;br /&gt;
|-&lt;br /&gt;
| MD_CBSATitle || 55 &lt;br /&gt;
|-&lt;br /&gt;
| MD_CBSADivisionTitle || 55 &lt;br /&gt;
|-&lt;br /&gt;
| MD_AddressExtras || 50 &lt;br /&gt;
|-&lt;br /&gt;
| MD_AddressLine2 || 50 &lt;br /&gt;
|-&lt;br /&gt;
| MD_AddressLine1 || 50 &lt;br /&gt;
|-&lt;br /&gt;
| MD_DomainName || 50 &lt;br /&gt;
|-&lt;br /&gt;
| MD_AddressStreetName || 40 &lt;br /&gt;
|-&lt;br /&gt;
| MD_NameLast2 || 35 &lt;br /&gt;
|-&lt;br /&gt;
| MD_NameFirst2 || 35 &lt;br /&gt;
|-&lt;br /&gt;
| MD_NameFirst || 35 &lt;br /&gt;
|-&lt;br /&gt;
| MD_City || 35 &lt;br /&gt;
|-&lt;br /&gt;
| MD_CBSALevel || 35 &lt;br /&gt;
|-&lt;br /&gt;
| MD_NameLast || 35 &lt;br /&gt;
|-&lt;br /&gt;
| MD_CBSADivisionLevel || 35 &lt;br /&gt;
|-&lt;br /&gt;
| MD_AddressTypeCode || 31 &lt;br /&gt;
|-&lt;br /&gt;
| MD_PhoneNumber || 30 &lt;br /&gt;
|-&lt;br /&gt;
| MD_StateName || 25 &lt;br /&gt;
|-&lt;br /&gt;
| MD_CountyName || 25 &lt;br /&gt;
|-&lt;br /&gt;
| MD_CountryName || 25 &lt;br /&gt;
|-&lt;br /&gt;
| MD_MailboxName || 25 &lt;br /&gt;
|-&lt;br /&gt;
| MD_NamePrefix || 20 &lt;br /&gt;
|-&lt;br /&gt;
| MD_NameSuffix || 20 &lt;br /&gt;
|-&lt;br /&gt;
| MD_NamePrefix2 || 20 &lt;br /&gt;
|-&lt;br /&gt;
| MD_AddressRouteService || 20 &lt;br /&gt;
|-&lt;br /&gt;
| MD_Suite || 20 &lt;br /&gt;
|-&lt;br /&gt;
| MD_Salutation || 20 &lt;br /&gt;
|-&lt;br /&gt;
| MD_NameMiddle2 || 20 &lt;br /&gt;
|-&lt;br /&gt;
| MD_NameMiddle || 20 &lt;br /&gt;
|-&lt;br /&gt;
| MD_AddressLockBox || 20 &lt;br /&gt;
|-&lt;br /&gt;
| MD_NameSuffix2 || 20 &lt;br /&gt;
|-&lt;br /&gt;
| MD_AddressDeliveryInstallation || 20 &lt;br /&gt;
|-&lt;br /&gt;
| MD_State || 15 &lt;br /&gt;
|-&lt;br /&gt;
| MD_PrivateMailBox || 15 &lt;br /&gt;
|-&lt;br /&gt;
| MD_UrbanizationName || 15 &lt;br /&gt;
|-&lt;br /&gt;
| MD_PhoneExtension || 14 &lt;br /&gt;
|-&lt;br /&gt;
| MD_CityAbbreviation || 13 &lt;br /&gt;
|-&lt;br /&gt;
| MD_Latitude || 12 &lt;br /&gt;
|-&lt;br /&gt;
| MD_Longitude || 12 &lt;br /&gt;
|-&lt;br /&gt;
| MD_DeliveryPointCheckDigit || 11 &lt;br /&gt;
|-&lt;br /&gt;
| MD_AddressKey || 11 &lt;br /&gt;
|-&lt;br /&gt;
| MD_CountryCode || 10 &lt;br /&gt;
|-&lt;br /&gt;
| MD_AddressPrivateMailboxName || 10 &lt;br /&gt;
|-&lt;br /&gt;
| MD_AddressPrivateMailboxRange || 10 &lt;br /&gt;
|-&lt;br /&gt;
| MD_AddressSuiteName || 10 &lt;br /&gt;
|-&lt;br /&gt;
| MD_TopLevelDomain || 10 &lt;br /&gt;
|-&lt;br /&gt;
| MD_PostalCode || 10 &lt;br /&gt;
|-&lt;br /&gt;
| MD_AddressStreetSuffix || 10 &lt;br /&gt;
|-&lt;br /&gt;
| MD_AddressSuiteNumber || 10 &lt;br /&gt;
|-&lt;br /&gt;
| MD_PlaceCode || 7 &lt;br /&gt;
|-&lt;br /&gt;
| MD_UTC || 6 &lt;br /&gt;
|-&lt;br /&gt;
| MD_CensusTract || 6 &lt;br /&gt;
|-&lt;br /&gt;
| MD_AddressPreDirection || 5 &lt;br /&gt;
|-&lt;br /&gt;
| MD_CBSADivisionCode || 5 &lt;br /&gt;
|-&lt;br /&gt;
| MD_CBSACode || 5 &lt;br /&gt;
|-&lt;br /&gt;
| MD_AddressPostDirection || 5 &lt;br /&gt;
|-&lt;br /&gt;
| MD_CountyFIPS || 5 &lt;br /&gt;
|-&lt;br /&gt;
| MD_PhoneSuffix || 4 &lt;br /&gt;
|-&lt;br /&gt;
| MD_AddressHouseNumber || 4 &lt;br /&gt;
|-&lt;br /&gt;
| MD_CensusBlock || 4 &lt;br /&gt;
|-&lt;br /&gt;
| MD_CarrierRoute || 4 &lt;br /&gt;
|-&lt;br /&gt;
| MD_Plus4 || 4 &lt;br /&gt;
|-&lt;br /&gt;
| MD_PhonePrefix || 3 &lt;br /&gt;
|-&lt;br /&gt;
| MD_AreaCode || 3 &lt;br /&gt;
|-&lt;br /&gt;
| MD_NewAreaCode || 3 &lt;br /&gt;
|-&lt;br /&gt;
| MD_DeliveryPointCode || 2 &lt;br /&gt;
|-&lt;br /&gt;
| MD_CongressionalDistrict || 2 &lt;br /&gt;
|-&lt;br /&gt;
| MD_Gender || 1 &lt;br /&gt;
|-&lt;br /&gt;
| MD_DeliveryIndicator || 1 &lt;br /&gt;
|-&lt;br /&gt;
| MD_Gender2 || 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Personator]]&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=Personator_Consumer:FAQ&amp;diff=2957</id>
		<title>Personator Consumer:FAQ</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=Personator_Consumer:FAQ&amp;diff=2957"/>
		<updated>2014-01-28T18:37:27Z</updated>

		<summary type="html">&lt;p&gt;Joseph: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==How To Set Your License String?==&lt;br /&gt;
;Answer:&lt;br /&gt;
:[[Set Environment Variable|Set Your Environment Variable For Windows]]&lt;br /&gt;
&lt;br /&gt;
:[[Set Environment Variable#Linux|Set Your Environment Variable For Linux]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What development environment will the API work with?==&lt;br /&gt;
;Answer:&lt;br /&gt;
:This easy to use programmer’s tool is currently provided as a 32 or 64-bit DLL or COM object for Windows and will work with a variety of programming languages. It is also available for Linux, Solaris, AIX, and HPUX. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Personator]]&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=Personator_Consumer&amp;diff=2956</id>
		<title>Personator Consumer</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=Personator_Consumer&amp;diff=2956"/>
		<updated>2014-01-28T18:35:29Z</updated>

		<summary type="html">&lt;p&gt;Joseph: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;border-spacing:0px; max-width:1000px;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{{ProductHeader&lt;br /&gt;
|Color=blue&lt;br /&gt;
|Image=[[File:MediumTile_Personator.png|link=]]&lt;br /&gt;
|Body=&lt;br /&gt;
Personator™ Web Service is an all-in-one contact checking, verification, move update, and appending Web service.&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{{ProductSecond&lt;br /&gt;
|Color=orange&lt;br /&gt;
|Image=[[File:MediumTile_Current.png|link=]]&lt;br /&gt;
|BodyCol1=&lt;br /&gt;
&amp;lt;h3&amp;gt;Current Build&amp;lt;/h3&amp;gt;&lt;br /&gt;
Released July 2013&lt;br /&gt;
&amp;lt;br&amp;gt;Build 3.2.14&lt;br /&gt;
*[[Build History:Personator|Build History]]&lt;br /&gt;
|BodyCol2=&lt;br /&gt;
&amp;lt;!--&amp;lt;h3&amp;gt;Notices&amp;lt;/h3&amp;gt;--&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; style=&amp;quot;padding-right:8px;&amp;quot;|&lt;br /&gt;
{{ProductLeft&lt;br /&gt;
|Color=green&lt;br /&gt;
|Image=[[File:MediumTile_Essentials.png|link=]]&lt;br /&gt;
|Body=&lt;br /&gt;
&amp;lt;h3&amp;gt;Basics&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Best Practices:Web Service|Web Service Best Practices]]&lt;br /&gt;
*[[Best Practices:Personator|Personator Best Practices]]&lt;br /&gt;
*[[IP Address Information]]&lt;br /&gt;
*[[URL:Personator|Service URLs]]&lt;br /&gt;
&amp;lt;h3&amp;gt;FAQ&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[FAQ:Personator|Personator FAQ]]&lt;br /&gt;
&amp;lt;h3&amp;gt;[[Service Samples|Service Sample]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[http://www.melissadata.com/lookups/personator.asp Try the service]&lt;br /&gt;
}}&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; style=&amp;quot;padding-left:8px;&amp;quot;|&lt;br /&gt;
{{ProductLeft&lt;br /&gt;
|Color=red&lt;br /&gt;
|Image=[[File:MediumTile_Reference.png|link=]]&lt;br /&gt;
|Body=&lt;br /&gt;
&amp;lt;h3&amp;gt;Documentation&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Media:DQT_WS_Personator_RG.pdf|Personator Reference Guide]]&lt;br /&gt;
&amp;lt;h3&amp;gt;[[Result Codes]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Result Codes#Personator - Append|Personator Append Codes]]&lt;br /&gt;
*[[Result Codes#VR|Personator Verify Record Codes]]&lt;br /&gt;
*[[Result Codes#VS|Personator Verify Status Codes]]&lt;br /&gt;
*[[Response Result Codes#Personator Response|Personator Web Service Response Error Codes]]&lt;br /&gt;
&amp;lt;h3&amp;gt;Sample XML&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[[Personator:XML Request|XML Request]]&lt;br /&gt;
*[[Personator:XML Response|XML Response]]&lt;br /&gt;
&amp;lt;h3&amp;gt;Sample Code&amp;lt;/h3&amp;gt;&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_REST_Java_Win.zip REST Java]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_REST_JavaScript_Win.zip REST JavaScript]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_REST_VB_Win.zip REST VB.Net]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_SOAP_ASP_Win.zip SOAP ASP.Net]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_SOAP_CSharp9_Win.zip SOAP CSharp9]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_SOAP_PHP.zip SOAP PHP]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_XML_CSharp9_Win.zip XML CSharp9]&lt;br /&gt;
*[ftp://ftp.melissadata.com/SampleCodes/Current/DQWS3/Personator/Per_XML_Java_Win.zip XML Java]&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Web Services]]&lt;br /&gt;
[[Category:Personator]]&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=Personator_Consumer:FAQ&amp;diff=2954</id>
		<title>Personator Consumer:FAQ</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=Personator_Consumer:FAQ&amp;diff=2954"/>
		<updated>2014-01-28T18:34:19Z</updated>

		<summary type="html">&lt;p&gt;Joseph: Joseph moved page FAQ:Web Services to FAQ:Personator&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==How To Set Your License String?==&lt;br /&gt;
;Answer:&lt;br /&gt;
:[[Set Environment Variable|Set Your Environment Variable For Windows]]&lt;br /&gt;
&lt;br /&gt;
:[[Set Environment Variable#Linux|Set Your Environment Variable For Linux]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What development environment will the API work with?==&lt;br /&gt;
;Answer:&lt;br /&gt;
:This easy to use programmer’s tool is currently provided as a 32 or 64-bit DLL or COM object for Windows and will work with a variety of programming languages. It is also available for Linux, Solaris, AIX, and HPUX. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Web Services]]&lt;br /&gt;
[[Category:Personator]]&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=Personator_Consumer:FAQ&amp;diff=2953</id>
		<title>Personator Consumer:FAQ</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=Personator_Consumer:FAQ&amp;diff=2953"/>
		<updated>2014-01-28T18:34:06Z</updated>

		<summary type="html">&lt;p&gt;Joseph: Created page with &amp;quot;__FORCETOC__ ==How To Set Your License String?== ;Answer: :Set Your Environment Variable For Windows  :[[Set Environment Variable#Linux|Set Your E...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==How To Set Your License String?==&lt;br /&gt;
;Answer:&lt;br /&gt;
:[[Set Environment Variable|Set Your Environment Variable For Windows]]&lt;br /&gt;
&lt;br /&gt;
:[[Set Environment Variable#Linux|Set Your Environment Variable For Linux]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What development environment will the API work with?==&lt;br /&gt;
;Answer:&lt;br /&gt;
:This easy to use programmer’s tool is currently provided as a 32 or 64-bit DLL or COM object for Windows and will work with a variety of programming languages. It is also available for Linux, Solaris, AIX, and HPUX. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Web Services]]&lt;br /&gt;
[[Category:Personator]]&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
</feed>