linkedin-csv

Crates.iolinkedin-csv
lib.rslinkedin-csv
version0.1.3
created_at2024-12-19 09:20:54.864918+00
updated_at2024-12-20 11:41:20.932628+00
descriptionStructs defined to hold the data as exported from LinkedIn
homepage
repositoryhttps://github.com/szabgab/linkedin-csv.rs
max_upload_size
id1488950
size13,863
Gábor Szabó (szabgab)

documentation

README

LinkedIn CSV

This crate defines structs that can be used to parse the CSV files exported from LinkedIn.

To export the data from LinkedIn:

Me => Settings & Privacy => Data Privacy => Get a copy of your data =>  => Request Archive)

That should lead you to this page

Select all

unzip ~/Downloads/Complete_LinkedInDataExport_04-04-2023.zip

Usage

Currently a command line tool is included to read a file and print to the screen.

cargo clone https://github.com/szabgab/linkedin-csv.rs.git
cd linkedin-csv
cargo run

See the main.rs file on how to use the functions.

Warning

Right now each field is pub which might change. Many other things will change.

Clarification

This project is not endorsed by or associated with Microsoft or LinkedIn. It is an independent project trying to deal with data from LinkedIn.

Commit count: 26

cargo fmt