Redact File CSV melalui C# di .NET Core Apps

Cari & Ganti Teks di Dokumen Office & OpenOffice, Spreadsheet & Presentasi serta CSV di Windows, Linux & macOS


Penyuntingan Dokumen untuk .NET API

Antarmuka format-independen tunggal untuk menyunting informasi sensitif dan rahasia dari PDF, Word, Excel, dokumen dan gambar PowerPoint, termasuk kemampuan untuk mengubah metadata dan menghapus komentar. Dengan alat GroupDocs.Redaction Anda dapat menyunting teks dan menyimpan dokumen yang telah disunting dalam PDF, mengubah semua halaman menjadi gambar raster atau menyimpan dokumen dalam format aslinya untuk pengeditan lebih lanjut.

Redact Teks Tepat dari CSV melalui C#

GroupDocs.Redaction memudahkan pengembang .NET untuk menambahkan fitur redaksi file CSV dengan beberapa langkah mudah.

Memulai dengan Redaction API

Instal dari baris perintah sebagai nuget install GroupDocs.Redaction atau melalui Package Manager Console dari Visual Studio dengan Install-Package GroupDocs.Redaction. Atau, dapatkan penginstal MSI offline atau DLL dalam file ZIP dari downloads, dan rujuk di project Anda secara manual.

using (Redactor redactor = new Redactor(@"sample.csv"))
{
	redactor.Apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]")));
	redactor.Save();
}

CSV ID Live Demo

Checkout the free online demo for CSV ID.

No need to set up

No need to write any code

Just upload the source file

Get the download link

What is CSV File Format?

Files with .csv (Comma Separated Values) extension represent plain text files that contain records of data with comma separated values. Each line in a CSV file is a new record from the set of records contained in the file. Such files are generated when data transfer is intended from one storage system to another. Since all applications can recognize records separated by comma, import of such data files to database is done very conveniently. Almost all spreadsheet applications such as Microsoft Excel or OpenOffice Calc can import CSV without much effort. Data imported from such files is arranged in cells of a spreadsheet for representation to user.

Read More

Other ID Options

DOC ID

(Microsoft Word Binary Format)

DOCM ID

(Microsoft Word 2007 Marco File)

DOCX ID

(Office 2007+ Word Document)

DOT ID

(Microsoft Word Template Files)

DOTM ID

(Microsoft Word 2007+ Template File)

DOTX ID

(Microsoft Word Template File )

PDF ID

(Portable Document Format)

POT ID

(Microsoft PowerPoint Template Files)

POTM ID

(Microsoft PowerPoint Template File)

PPS ID

(PowerPoint Slide Show)

PPSM ID

(Macro-enabled Slide Show)

PPSX ID

(PowerPoint Slide Show)

PPT ID

(Microsoft PowerPoint 97-2003)

PPTM ID

(Macro-enabled Presentation File)

PPTX ID

(Open XML presentation Format)

RTF ID

(Rich Text Format)

XLS ID

(Microsoft Excel Spreadsheet (Legacy))

XLSM ID

(Macro-enabled Spreadsheet)

XLSX ID

(Open XML Workbook)

XLT ID

(Excel 97 - 2003 Template)

XLTM ID

(Excel Macro-Enabled Template)

XLTX ID

(Excel Template)

Back to top
 Indonesian