answersLogoWhite

0


Best Answer

Yes, it can be. In computer programming, the term delimited refers to a file in which individual data values have embedded delimiters. The delimiters can be quotation marks, commas and tabs. Deliminters are used to separate words or phrases in a string of contiguous character data to define the beginning or end.

Delimited text files are also called delimiter-separated values file (CSV or DSM).

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can a delimited file be a file where the length of a file is limited?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is antonym of limited?

Unlimited is the antonym of limited. Hope this helped. :)


How fast does a BMW m3 go top speed?

which M3 are you talking about? e30 - 146 mph e36 - 137 mph (electronically limited) 155 delimited e46 - 155 mph (electronically limited) 185 delimited & indicated. actual 176 mph e92 - 161 mph (electronically limited) 200 delimited & indicated. actual ???


How do you convert a ms Works database file to a Microsoft Excel file?

Export the MS Works database file in a comma-delimited format, save the file, then import the file into MS Excel.


How do you convert a comma delimited file to an excel file?

Click Open (or CTRL-O). Under file type, select text files. Select the file you want to convert. You will automatically get a "wizard" asking if the columns are delimited or fixed-width, as well as at which line to start conversion, what delimiter(s) to recognize, the format of each column, etc.


What is tilde delimited?

The term tilde-delimited is used to described a file or data format. Tilde is actually a key symbolized by ~. When someone wants to pass some information such as a 'data file', they can send the data in various formats, such as 'csv' (comma separated values), 'tilde-delimited' etc The advantage with using tilde-delimited format is that it avoid any calculation or reporting related error for numeral values. example: a CSV file for a numbers that already have a format will result in an error in data reporting because the commas used in formatting and in numbers can not be easily differentiated. Usage of 'tilde-delimited' format avoids such data misinterpretation and hence, is a preferred way of data format requests.


What do you call a file that contains data separated by a selected character?

A file that contains data separated by a selected character is known as a delimited file. The most common types of delimited files are CSV (Comma-Separated Values) files, where commas are used to separate data values, and TSV (Tab-Separated Values) files, where tabs are used for separation.


How fast can a BMW M3 go in mph?

I looked on one and it said 180 mph so 180 lol ---------------- The new model M3s (E90/E92/E93) all have a limited top speed in the U.S. to 161MPH, though delimited with a chip, or in Europe, they can do about 190MPH. The previous model M3s (E46) in US-spec trim could do 155MPH limited, or 170MPH delimited. In Euro-spec trim (different tuning, gas and tires) had the same limited speed of 155MPH, though they could do 174MPH delimited.


What does comma delimited mean in accounting?

delimited by commas


Can you file immediately he has limited contact with her?

File what? Who is he and who does he have limited contact with?


How do you convert a Excel file to an ASCII file with fixed length fields?

You want to SaveAs Formatted Text (Space delimited)(*.prn). You can export only one worksheet at a time, so if you have multiple worksheets you will need to combine them into a single worksheet or export each worksheet separately.PROCEDURE:Highlight the content you want to export from Excel.Change the font to Courier (you need to have a fixed length font for this to work).Change the column widths to display all cell content on one line, or to the width you want.Align all cells to right justify (this will insert spaces to pad the length of each field).Select SaveAs and choose Other Formats. From the Other Formats choices, select Formatted Text (Space delimited)(*.prn).Choose a location for the file and click SAVE.


When a delimited file is imported into Excel fields become?

Different fields will go into columns in the spreadsheet. Records would go into rows in the spreadsheet.


What is bulk loading in a database?

Usually, that is using a "load" file to import data into a database. That can be a flat, delimited file or other formats. The type of format used depends on the database. My database has data upload batch jobs scheduled daily.