PriceImport GitHub

📊 Overview: 4 Properties 1 Constructor 1 Functions

📝 Description

Imports tabular data from clipboard, prompting user to identify if first line contains headers

🕐 Last updated: 2025-12-10T11:45:23.750Z


📑 Table of Contents


Properties

Property Type Default Description
PasteBoardText Text - Raw text from clipboard containing tabular data
ColumnNames Not specified [] Collection of column header names
DataLines Not specified [] Collection of data rows split by line breaks
CellCollection Not specified [] Collection of parsed cell objects

Constructor

constructor

[🏗️ constructor]

Class constructor

Imports tabular data from clipboard, prompting user to identify if first line contains headers


Functions

Regular Functions

importPrices

Function importPrices -> $Result : Object

Parses clipboard data into collection of objects with column names as keys

Returns: Object



Generated from PriceImport.4dm