Difference between revisions of "Matching VentureOne (Data)"
Jump to navigation
Jump to search
| Line 9: | Line 9: | ||
==Data== | ==Data== | ||
| − | *Get the | + | *Get the VentureOne data ready |
| + | ::Source file for VentureOne data | ||
:<code>E:\McNair\Projects\Venture One Data\Venture Data 1.xlsx</code> Original data source | :<code>E:\McNair\Projects\Venture One Data\Venture Data 1.xlsx</code> Original data source | ||
| − | + | ::Clean it up | |
:<code>E:\McNair\Software\Scripts\Matcher\Input\Venture Data 1.txt</code> extraneous symbols and words removed | :<code>E:\McNair\Software\Scripts\Matcher\Input\Venture Data 1.txt</code> extraneous symbols and words removed | ||
| Line 18: | Line 19: | ||
:<code>E:\McNair\Projects\Venture One Data\Cleaned and Matched Data.xlsx</code> | :<code>E:\McNair\Projects\Venture One Data\Cleaned and Matched Data.xlsx</code> | ||
| − | *Get the patent data | + | *Get the patent data ready |
| − | + | ::Draw the distinct assignees | |
:<code>Z:\allpatentsprocessed\DistinctAssignees2.txt </code><br> | :<code>Z:\allpatentsprocessed\DistinctAssignees2.txt </code><br> | ||
| − | + | ::Match them against themselves | |
:<code>Z:\allpatentsprocessed\DistinctAssignees2matched.txt </code> | :<code>Z:\allpatentsprocessed\DistinctAssignees2matched.txt </code> | ||
Revision as of 14:37, 15 June 2016
| Matching VentureOne (Data) | |
|---|---|
| Project Information | |
| Project Title | |
| Start Date | |
| Deadline | |
| Primary Billing | |
| Notes | |
| Has project status | |
| Copyright © 2016 edegan.com. All Rights Reserved. | |
Data
- Get the VentureOne data ready
- Source file for VentureOne data
E:\McNair\Projects\Venture One Data\Venture Data 1.xlsxOriginal data source
- Clean it up
E:\McNair\Software\Scripts\Matcher\Input\Venture Data 1.txtextraneous symbols and words removed
- Match it against itself
E:\McNair\Projects\Venture One Data\Cleaned and Matched Data.xlsx
- Get the patent data ready
- Draw the distinct assignees
Z:\allpatentsprocessed\DistinctAssignees2.txt
- Match them against themselves
Z:\allpatentsprocessed\DistinctAssignees2matched.txt
- Match venture data to patent data
Z:\allpatentsprocessed\Venture Patent Matched.txt
- Join
patentdata toassigneedata, creatingfirstjoin_cleaned - Join
firstjoin_cleaneddata tomatchassigneedata, creatingsecondjoin_cleaned - Join
secondjoin_cleaneddata toventurepatentmatcheddata, creatingfourthjoin_cleaned