Tagged Questions
The flat tag has no wiki summary.
5
votes
2answers
4k views
wpf flat button
How ma make a button flat style in wpf?
I've tried BasedOn property but it does not work.
3
votes
3answers
107 views
XPath, flat hierarchy and stop condition
I need to construct Start objects from very bad XML. I made SAX parser for one case but it's messy and I would like to try XPath.
I have following XML:
<doc>
<start/>
<a/>
...
3
votes
3answers
134 views
XSLT convert flat structure to array
Here's source XML:
<customers>
<firstname1>Sean</firstname1>
<lastname1>Killer</lastname1>
<sex1>M</sex1>
...
3
votes
2answers
380 views
How to loop only through files that don't exist in destination using an SSIS package?
I have a folder on the network with files and I'm moving the files from one folder to another folder. But I only want to move new files, so only copy over files that do not exist in the destination ...
3
votes
3answers
476 views
How to select from magento EAV tables when flat catalog product data is on
Hi
I have this code for selecting best selling products from Magento:
$productCollection = Mage::getResourceModel('reports/product_collection')
->addOrderedQty($startTime, ...
3
votes
2answers
155 views
What does the datatype specification '9(7)V9T' mean?
In some functional specs I'm reading they are talking about a numeric format with a 9(7)V9T presentation.
-How do I interprete this kind of format notations?
-How is this type physically stored in a ...
3
votes
1answer
102 views
Building Python libraries on a Mac and experiencing flat namespace errors
As a general rule, I rue the days whenever I have to build Python libraries on a Mac. I've generally had fairly good success using Boost::Python, and if I use distutils, most of the time everything ...
2
votes
2answers
82 views
Importing a 30GB flat text file over internet to local file system using multiple connection to that flat file?
Lets say, I have a flat text file in a server. I need to download/import/copy to my local file system over internet. Is there any way I could import the file in chunks or have multiple connection to ...
2
votes
2answers
159 views
Edit flat file to have a specific number of characters on each line?
I would like to create a batch file that converts every line in a flat file to e specific amount of characters (add spaces at the end of every row).
Example:
I have a text file called "text.txt", and ...
2
votes
2answers
716 views
BizTalk - Flat file with Header multiple records and Footer - Disassemble problem
I have flat file schema (description below), I am getting flat file(description below) through custom pipeline, the flat file fails disassemble phase with the following error:
Unexpected end of stream ...
2
votes
2answers
2k views
SSIS Flat Files with Variable Column Numbers
SSIS does 2 things in relation to handling flat files which are particularly frustrating, and it seems there should be a way around them, but I can't figure it out. If you define a flat file with 10 ...
1
vote
6answers
75 views
Build a tree from a flat array in PHP
I've looked around the internet and haven't quite found what I'm looking for. I have a flat array with each element containing an 'id' and a 'parent_id'. Each element will only have ONE parent, but ...
1
vote
4answers
152 views
How to avoid pagination in a website to have a flat architecture?
I've been reading the book "The Art of SEO", a very good book about SEO in my opinion.
In the sixth chapter of this book, the authors assert the importance of a flat architecture for a website from a ...
1
vote
2answers
160 views
Flatten a PHP Array one level based on key
I currently have an array that's outputting as follows:
Array
(
[events_response] => Array
(
[total_events] => 3
[0] => Array
(
[events_list] => Array
...
1
vote
0answers
424 views
Get custom attributes to work with magento flat product catalog enabled
I need to get my custom attribute to work with Magento flat product catalog.
Attribute code: free_shipping
Attribute type: Yes / No
Used in Product Listing: Yes
Use in Promo Conditions: Yes
I've ...
1
vote
1answer
155 views
SSIS 2008 looping over flat files with different layout
Does anybody already faced an issue when trying to import FF (with not always the same number of column) through a loop into a DB ?
Indeed my DB has been created with the maximal number of columns ...
1
vote
1answer
87 views
Flat file data analysis
I have a flat file that consists of the following structure:
A1 B1 C1 D1 E1 F1 G1
A2 B2 C2 D2 E2 F2 G2
A3 B3 C3 D3 E3 F3 G3
This file has around 1 million rows.
I would like to generate the ...
1
vote
5answers
384 views
Flat file in delphi
In my application I want to use files for storing data. I don't want to use database or clear text file, the goal is to save double and integer values along with string just to identify the name of ...
1
vote
2answers
131 views
Delete file with past date in name in PHP
I have an event manager i am making, thats almost done, but one thing. I have a file, view.php that view the events. however, i need to delete events that have dates in the past.
it is flat file, so ...
1
vote
3answers
397 views
PHP simple text database with SQL syntax
I am looking for a simple text flat database that can work with the SQL-like instructions SELCT, INPUT, UPDATE, DELETE.
There is a database that fully satisfies me, but it is for Perl - ...
1
vote
2answers
169 views
10cent per product tax magento
I would like to apply a flat 10 cent per product tax to my magento store, is there a way to set this up within the system already?
1
vote
2answers
1k views
Paginate text file with PHP
I have a small script that displays blog posts from a text file, how can I add pagination so that it only shows 5 blog posts at a time?
Here is the script:
<html>
<head>
...
1
vote
4answers
784 views
How to generate a flat map of earth with day/night highlighting?
Does anybody know of an easy-to-use, FOSS equivalent of the program generating this 'live' colored, earth map.
Alternatively, equally appreciated would be enough pointers on the logic, API, and data ...
1
vote
7answers
347 views
Many to one join help for flat file
I’m not sure if this has already been asked – I looked around for quite a bit but couldn’t find anything.
My end result is to get data from several of my SQL database tables into a comma delimited ...
0
votes
3answers
30 views
Fix length record and creating a file
I have to create a fix length record file using C#. I read the records from database and then after some business logic I would like to write some of the fields into a text file.
I researched this ...
0
votes
1answer
28 views
In Eclipse, how can i display WEB-INF as a flat view?
I'm tired of drilling down into my jsp folder over and over, is there any way to make WEB-INF a flat package view in eclipse? I tried to change it in the view settings but it didn't seem to matter. I ...
0
votes
1answer
151 views
Create nested JSON from flat csv
Trying to create a 4 deep nested JSON from a csv based upon this example:
Region,Company,Department,Expense,Cost
Gondwanaland,Bobs Bits,Operations,nuts,332
Gondwanaland,Bobs Bits,Operations,bolts,254
...
0
votes
1answer
32 views
XML Data to Flat Array
i've got an (maybe) simple Problem but i'm currently not able to solve it.
I've got an formated XML String like this:
<?xml version="1.0" encoding="utf-8"?>
<e5Notification ...
0
votes
3answers
77 views
How to read a file from line x to line y (with php)
I've explored all over the internet to find a solution; but all of them are neglecting an important issue. The best solution was in Stack Overflow as
$file = new SplFileObject('longFile.txt');
...
0
votes
0answers
129 views
Why image attribute does not exist when flat products enabled
I am creating collection with:
$todayDate = Mage::app()->getLocale()->date()->toString(Varien_Date::DATETIME_INTERNAL_FORMAT);
$collection = ...
0
votes
0answers
32 views
Tools to make flat file management easier?
I have a requirement to record some fairly large information streams, and have decided that flat files are the way to go. My collectors will write information in real-time to flat files, which will ...
0
votes
3answers
123 views
Breaking up a fixed length flat file into fields
so i have a file that i need to read in vb.net. Each line is 32 chars long and each line consists of multiple fields. Meaning from char 1 to 9 it idicates ID then char 10 indicates an ...
0
votes
1answer
319 views
SSIS column count from a flat file
I'm trying to find a way to count my columns coming from a Flat File. Actually, all my columns are concatened in a signe cell, sepatared with a '|' ,
after various attempts, it seems that only a ...
0
votes
0answers
76 views
How to create multiple records(Sub child records) in flat file schema using flat file schema wizard?
Im trying to create a schema based on a flat file, but I simply cannot sort it out.
The structure of the input flat file is like this:
Header 00006520090310061208PRS
FirstDetail TM90626344009043835 ...
0
votes
0answers
48 views
How to make more images appear flat on the screen like shadow era (cocoa 2d)? [closed]
If anyone has played shadow era before you know that the rectangles appear flat and seem to take up less space. Anyone know how I can make this? I want to make a field similar to shadow era's.
Thanks ...
0
votes
1answer
46 views
Selective recursive component recoloring in VB
I've asked a very similar question before, but this time is not about VB syntax, but rather the best approach. I'm making a method that, when passed a component, will recolor it and all components ...
0
votes
2answers
85 views
Is flat file blog SEO friendly?
I want to create an online blog using flat file database, but I'm not sure if the posts are going to be indexed by Google. I wanted to use MySQL, but search engines don't see the posts. So I thought ...
0
votes
3answers
193 views
Mod_rewrite flat links
I'm trying to display my get variables as flat links.
Want to change from this:
http://mydomain.com/index.php?page=shop&var1=hat&var2=10
to
http://mydomain.com/index.php/shop/hat/10
...
0
votes
2answers
375 views
Duplicate Records in SSIS Flat File Destination
I am writing to a flat file destination in a 2008 SSIS package. 99.99% of it works correctly. However, I get one duplicate record in the destination file.
Here is the basic flow of the package:
...
0
votes
1answer
826 views
Flat File source Error Output connection in SSIS
I have a flat file source connection in SSIS. I have created one flat file destination connection for error output. I have connected it with red arrow. The problem is that the error output file is ...
0
votes
1answer
133 views
Nested Sets model or some other model for representing hierarchy?
I have a project where I hope to store hierarchical information (specifically, categories and subcategories) in what is basically a flat database system (in short, it's a collection of XML records). ...
0
votes
1answer
174 views
PHP flat file management class
Does anyone know of a class for managing flat file, in PHP? I am making an app that uses them, and I want to know if there is already one that I can use, without making my own.
Thanks in advance - ...
0
votes
2answers
375 views
Flat file event calendar in PHP
I need to make a flat file PHP calendar that an admin would be able to edit, delete, and make new events. Does anyone know where I could find something like this, like maybe a tutorial? I can't ...
0
votes
2answers
49 views
Storing Exceptions in flat file
In any application, we can do error logging using flat file system.
How do we handle a scenario when there are multiple users having exceptions which are logged in the same flat file?
Many Thanks.
0
votes
5answers
420 views
Java: Most efficient way to store/retrieve workout information from a file?
I'm working on a Java project for class that stores workout information in a flat file. Each file will have the information for one exercise (BenchPress.data) that holds the time (milliseconds since ...
0
votes
2answers
93 views
What is the best way to edit the middle of an existing flat file?
I have tool that creates variables for a simulation. The current workflow involves hand copying those variables into the simulation input file. The input file is a standard flat file, i.e. not ...
0
votes
1answer
1k views
How to Read Schema of Flat File using Reflection in C#
How to Read Schema of Flat File using Reflection in C#
The brief overview that I have is- There's some server which is storing the data as flat files and I have to push data from SQL Server to these ...
-2
votes
2answers
97 views
How to parse & update a flat file using UNIX script [closed]
I am trying to parse a flat file which has columns by the titles
NAME COMPANY DETAILS STATUS etc (where the data is dissimilar among itself).
I need to update the STATUS column when I run a script ...