Skip to content

Instantly share code, notes, and snippets.

View tonicanada's full-sized avatar

Antonio Cañada Momblant tonicanada

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
We can make this file beautiful and searchable if this error is corrected: It looks like row 9 should actually have 12 columns, instead of 4. in line 8.
id,gender,birthday,active_since,nationality_group,civil_status,contract_type,management_level,area,wage_annual_usd,lat,lon
6517,F,1968-05-18 00:00:00,2020-11-30 12:00:00,local,married,fixed_term,top_level,management,"46,196.01",-10.64,-123.09
6542,F,1996-09-11 00:00:00,2020-11-30 12:00:00,local,single,fixed_term,low_level,management,"14,782.72",-10.69,-123.18
6114,F,1998-08-13 00:00:00,2020-10-04 12:00:00,local,single,fixed_term,low_level,management,"12,934.88",-10.61,-123.07
6745,M,1994-03-01 00:00:00,2020-12-21 12:00:00,local,single,fixed_term,top_level,renewal_energies,"40,652.49",-10.61,-123.15
6701,F,1995-03-31 00:00:00,2020-12-12 12:00:00,local,single,fixed_term,low_level,renewal_energies,"10,163.12",-10.25,-123.40
1649,M,1992-11-30 00:00:00,2016-06-04 12:00:00,local,single,indefinite_term,middle_level,building,"35,108.97",-10.64,-123.09
1242,M,1955-09-26 00:00:00,2015-03-03 12:00:00,local,married,indefinite_term,middle_level,management,"31,413.29",-10.68,-123.10
1239,M,1991-10-19 00:00:00,2017-07-03 12
using Autodesk.AutoCAD.Runtime;
using Autodesk.AutoCAD.ApplicationServices;
using Autodesk.AutoCAD.DatabaseServices;
using Autodesk.AutoCAD.Geometry;
[assembly: CommandClass(typeof(MyFirstCadPlugin.Class1))]
namespace MyFirstCadPlugin
{
public class Class1